We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f2d2c commit 3589580Copy full SHA for 3589580
.github/workflows/release.yml
@@ -31,8 +31,8 @@ jobs:
31
- name: Push
32
shell: bash
33
env:
34
- NUGET_KEY: ${{ secrets.NUGET }}
35
- run: nuget push ./*.nupkg -NonInteractive -src https://api.nuget.org/v3/index.json -ApiKey $NUGET_KEY
+ NUGET_KEY: ${{ secrets.NUGET_KEY }}
+ run: nuget push *.nupkg -NonInteractive -ApiKey $NUGET_KEY -src https://api.nuget.org/v3/index.json
36
- name: Create release
37
uses: softprops/action-gh-release@v1
38
with:
0 commit comments