Skip to content

Commit

Permalink
build-release.yml: skip publish to GH packages on fail
Browse files Browse the repository at this point in the history
  • Loading branch information
StartsMercury committed Oct 20, 2024
1 parent 314a47c commit 019c2be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle
- name: Publish to GitHub Packages
continue-on-error: true
run: ./gradlew publishAllPublicationsToCRMReleasesRepository
env:
CRMReleasesUsername: ${{ secrets.CRM_GITHUB_USER }}
Expand Down

0 comments on commit 019c2be

Please sign in to comment.