Skip to content

Commit 2007360

Browse files
Update PublishNugetPackage.yml
1 parent d687aa3 commit 2007360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PublishNugetPackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Publish
3434
run: dotnet pack -c Release
3535
- name: Push to Nuget
36-
run: dotnet nuget push ./Nick.RobotsParser/bin/Release/Nick.RobotsParser.2.0.6.nupkg --api-key ${{ secrets.NUGETAPIKEY }} -s https://api.nuget.org/v3/index.json
36+
run: dotnet nuget push ./Nick.RobotsParser/bin/Release/Nick.RobotsParser.2.0.7.nupkg --api-key ${{ secrets.NUGETAPIKEY }} -s https://api.nuget.org/v3/index.json
3737

3838
Create_Release:
3939
needs: Test

0 commit comments

Comments
 (0)