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 d8f772d + bae85ee commit 97bb13fCopy full SHA for 97bb13f
1 file changed
.github/workflows/release.yml
@@ -84,7 +84,7 @@ jobs:
84
run: dotnet nuget push "./artifacts/*.nupkg" --api-key "${{ steps.nuget_login.outputs.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate
85
86
- name: Create GitHub Release
87
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
88
with:
89
name: v${{ needs.build-test-pack.outputs.version }}
90
files: ./artifacts/*.nupkg
0 commit comments