Skip to content

Commit

Permalink
Update PackageCI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebaltazar authored Jan 28, 2024
1 parent 3555af3 commit 4e5cd5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PackageCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
run: dotnet pack ./Maui.ServerDrivenUI.sln --output ./artifacts --configuration Release -p:Version=${{ steps.nbgv.outputs.SemVer2 }}

- name: Push Nupkg to GitHub Packages
if: github.ref == 'refs/heads/develop'
run: dotnet nuget push **\*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/felipe.baltazar/index.json --skip-duplicate
if: github.ref == 'refs/heads/main'
run: dotnet nuget push **\*.nupkg --api-key ${{ secrets.PACKAGEGH_TOKEN }} -s https://nuget.pkg.github.com/felipe.baltazar/index.json --skip-duplicate

- name: Publish to Nuget.org
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 4e5cd5a

Please sign in to comment.