We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab8230 commit b62d5e3Copy full SHA for b62d5e3
1 file changed
.github/workflows/build-test-deploy.yml
@@ -69,8 +69,8 @@ jobs:
69
run: |
70
$tagVersion = "${{ github.ref }}".substring(11)
71
dotnet nuget push IntelliTect.TestTools.Console.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate
72
- - name: Release
73
- - uses: softprops/action-gh-release@v1
+ - name: Upload nupkg to Releases
+ uses: softprops/action-gh-release@v1
74
with:
75
fail_on_unmatched_files: true
76
generate_release_notes: true
0 commit comments