Skip to content

Commit

Permalink
Also fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
agocke committed Feb 3, 2024
1 parent 9629cfd commit a4b0028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Pack
run: ./build.sh --pack
- name: Publish package
run: dotnet nuget push --skip-duplicate -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json artifacts/pack/*.nupkg
run: dotnet nuget push --skip-duplicate -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json artifacts/package/release/*.nupkg

0 comments on commit a4b0028

Please sign in to comment.