Skip to content

Commit

Permalink
Update PackageCI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebaltazar committed Sep 18, 2023
1 parent efb1025 commit 90d0f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PackageCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: dotnet pack ./Maui.NeoControls.sln --output ./artifacts --configuration Release -p:Version=${{ steps.nbgv.outputs.SemVer2 }}

- name: Push Nupkg to GitHub Packages
if: github.ref == 'refs/heads/main'
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

- name: Publish to Nuget.org
Expand Down

0 comments on commit 90d0f8d

Please sign in to comment.