Skip to content

Commit

Permalink
Not plural
Browse files Browse the repository at this point in the history
  • Loading branch information
jmezach committed Sep 3, 2020
1 parent 7e9a6a9 commit ebd3ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,5 +324,5 @@ jobs:

# Push
- name: dotnet nuget push
run: dotnet nuget push 'MSBuild.Sdk.SqlProj*.nupkg' -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicates
run: dotnet nuget push 'MSBuild.Sdk.SqlProj*.nupkg' -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
working-directory: ~/nuget-packages/

0 comments on commit ebd3ceb

Please sign in to comment.