Skip to content

Commit

Permalink
Update releaseV2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teamcrombie authored Oct 28, 2024
1 parent ecf24b8 commit 00492fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/releaseV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ jobs:
run: dotnet pack --configuration Release ./src/ILovePDF/iLovePDF.csproj --output ./nupkg

- name: Publish to NuGet
env:
run: dotnet nuget push "*src/**/*.nupkg" --api-key ${{secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push "*src/**/*.nupkg" --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json

0 comments on commit 00492fa

Please sign in to comment.