Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #13 from LottieFiles/develop
Browse files Browse the repository at this point in the history
feat: added build push task for ms-nuget feed
  • Loading branch information
alex-harper authored May 25, 2021
2 parents 0917536 + 45f1e10 commit d16af9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,7 @@ jobs:
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GIT_COMMITTER_NAME: ${{ secrets.GIT_COMMITTER_NAME }}
GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}
GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}

- name: Push generated package to GitHub registry
run: dotnet nuget push ./dist/*.nupkg --skip-duplicate --no-symbols true --source 'https://api.nuget.org/v3/index.json' --api-key ${{ secrets.MS_NUGET_TOKEN }}

0 comments on commit d16af9a

Please sign in to comment.