Skip to content

Commit

Permalink
Fix typo in dotnet nuget push
Browse files Browse the repository at this point in the history
  • Loading branch information
rikkit committed Jun 28, 2020
1 parent 8989956 commit 9370e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Pack
run: dotnet pack -c Release --no-build --include-source -o ./tmp
- name: Publish
run: dotnet nuget push ./temp/Inflatable.Lastfm*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicates
run: dotnet nuget push ./temp/Inflatable.Lastfm*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 9370e15

Please sign in to comment.