Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
6bee authored Nov 1, 2023
1 parent 8b31a8f commit fcf0919
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
if-no-files-found: error

- name: Publish packages
env:
CI_MYGET_KEY: ${{ secrets.CI_MYGET_KEY }}
CI_NUGET_KEY: ${{ secrets.CI_NUGET_KEY }}
run: |
dotnet nuget push artifacts\*.nupkg -k "$CI_MYGET_KEY" -s https://www.myget.org/F/aqua/api/v3/index.json
dotnet nuget push artifacts\*.nupkg -k "$CI_NUGET_KEY" -s https://api.nuget.org/v3/index.json

0 comments on commit fcf0919

Please sign in to comment.