We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e909f4d commit 76036f7Copy full SHA for 76036f7
1 file changed
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
path: packages
88
- name: Push packages
89
run: dotnet nuget push "packages/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
90
- - uses: dotnet/nbgv@v0.3.1
+ - uses: dotnet/nbgv@v0.4.0
91
id: nbgv
92
- name: Create GitHub release
93
uses: actions/create-release@v1
0 commit comments