Skip to content

Commit

Permalink
Update package_push_github.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PollosD authored Jan 24, 2022
1 parent e45be56 commit 0026b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_push_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
run: dotnet pack --include-symbols -p:PackageVersion=0.0.$GITHUB_RUN_ID

- name: package push
run: dotnet nuget push "**/*.symbols.nupkg" --api-key ${{secrets.PACKAGE_NUGET_GITHUB}} --source "github"
run: dotnet nuget push "**/*.symbols.nupkg" --api-key ${{secrets.PACKAGE_NUGET_GITHUB}} --source https://nuget.pkg.github.com/masastack/index.json

0 comments on commit 0026b2a

Please sign in to comment.