Skip to content

Commit 5bf3507

Browse files
author
Nicholas Bergesen
authored
Update PublishNugetPackage.yml
1 parent d0e3a56 commit 5bf3507

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/PublishNugetPackage.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
run: dotnet build --configuration Release
3131
- name: Publish
3232
run: dotnet pack -c Release
33-
- run: ls
34-
- name: Push to Nuget |
35-
run: dotnet nuget push ./RobotsParser/Nick.RobotsParser/bin/Release/Nick.RobotsParser.2.0.2.nupkg --api-key ${{ secrets.NUGETAPIKEY }} -s https://api.nuget.org/v3/index.json
33+
- name: Push to Nuget
34+
run: dotnet nuget push ./Nick.RobotsParser/bin/Release/Nick.RobotsParser.2.0.2.nupkg --api-key ${{ secrets.NUGETAPIKEY }} -s https://api.nuget.org/v3/index.json
3635
- name: Clean
3736
run: dotnet clean

0 commit comments

Comments
 (0)