Skip to content

Commit

Permalink
fix: only generate release token if required
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Apr 15, 2024
1 parent 6076e2c commit 52a47bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
#

- name: Determine app token for release
if: ${{ !inputs.skip-build && inputs.publish-tasks != '' && inputs.semantic-release }}
uses: actions/create-github-app-token@7bfa3a4717ef143a604ee0a99d859b8886a96d00 # v1.9.3
id: app-token
with:
Expand Down

0 comments on commit 52a47bc

Please sign in to comment.