Skip to content

Commit

Permalink
fix: fix incompatibility with semantic-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Apr 12, 2024
1 parent 063ab9e commit d2c3be8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: ${{ inputs.submodules }}
# do not persist credentials because this clashes with semantic-release action
# (because the @semantic-release/git attempts to use them but needs permissions to bypass protection)
persist-credentials: false

#
# Build, test and create Docker image
Expand Down

0 comments on commit d2c3be8

Please sign in to comment.