Skip to content

Commit 8cc7d51

Browse files
author
Nicholas Bergesen
committed
Update versio to 2.0.4
1 parent 89661f9 commit 8cc7d51

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
@@ -32,7 +32,7 @@ jobs:
3232
- name: Publish
3333
run: dotnet pack -c Release
3434
- name: Push to Nuget
35-
run: dotnet nuget push ./Nick.RobotsParser/bin/Release/Nick.RobotsParser.2.0.3.nupkg --api-key ${{ secrets.NUGETAPIKEY }} -s https://api.nuget.org/v3/index.json
35+
run: dotnet nuget push ./Nick.RobotsParser/bin/Release/Nick.RobotsParser.2.0.4.nupkg --api-key ${{ secrets.NUGETAPIKEY }} -s https://api.nuget.org/v3/index.json
3636
- name: Create Release
3737
id: create_release
3838
uses: actions/create-release@v1

0 commit comments

Comments
 (0)