We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5504d64 + 4528fb1 commit c0936b8Copy full SHA for c0936b8
.github/workflows/NuGet.yml
@@ -14,11 +14,11 @@ jobs:
14
github_token: ${{ secrets.GITHUB_TOKEN }}
15
workflow: ci.yml
16
workflow_conclusion: success
17
- branch: main
+ branch: ${{github.ref_name}}
18
name: nugetPackages-${{github.ref_name}}
19
20
- name: Display structure of downloaded files
21
run: ls -R
22
23
- name: Push package to NuGet.org
24
- run: dotnet nuget push "**/*.nupkg" -k ${{ secrets.NUGET }} -s https://api.nuget.org/v3/index.json
+ run: dotnet nuget push "**/*.nupkg" -k ${{ secrets.NUGET }} -s https://api.nuget.org/v3/index.json
0 commit comments