Skip to content

Commit

Permalink
Add pushing to github package repo when merging to main (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten authored Sep 5, 2024
1 parent 50b0659 commit 7642099
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CIBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ jobs:
with:
name: NuGet Packages
path: Output/NuGet/Release

- name: Publish to Esri Nuget Repo
if: github.event.pull_request.merged
run: |
dotnet nuget push Output\NuGet\Release\*.nupkg --api-key ${{ secrets.GithubPushPackagesSecret }} --source https://nuget.pkg.github.com/esri/index.json

0 comments on commit 7642099

Please sign in to comment.