Skip to content

Commit

Permalink
Merge pull request #12 from netcorepal/dev
Browse files Browse the repository at this point in the history
fix release ci
  • Loading branch information
witskeeper authored Feb 7, 2024
2 parents 63a56ec + 2260003 commit b8cd720
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 @@ -22,4 +22,4 @@ jobs:
- name: Pack NuGet
run: dotnet pack -c Release -o ./ -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
- name: Push NuGet
run: dotnet nuget push '*.nupkg' -s https://api.nuget.org/v3/index.json -k ${{ secrets.MYGET_API_KEY }} --skip-duplicate
run: dotnet nuget push '*.nupkg' -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate

0 comments on commit b8cd720

Please sign in to comment.