Skip to content

Commit

Permalink
Update package_push_nuget.org.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PollosD authored Feb 22, 2022
1 parent 6560170 commit 352371b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_push_nuget.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: dotnet build --no-restore

- name: pack
run: dotnet pack --include-symbols -p:PackageVersion=0.0.$GITHUB_RUN_ID
run: dotnet pack --include-symbols -p:PackageVersion=$GITHUB_REF_NAME

- name: package push
run: dotnet nuget push "**/*.symbols.nupkg" -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json
Expand Down

0 comments on commit 352371b

Please sign in to comment.