Skip to content

Commit 75cad7b

Browse files
author
Nicholas Bergesen
authored
Update PublishNugetPackage.yml
1 parent 4f3de8e commit 75cad7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PublishNugetPackage.yml

Lines changed: 1 addition & 1 deletion
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.5.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.6.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)