Skip to content

Commit

Permalink
ci: fix git credentials for release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Nov 27, 2024
1 parent aaa447f commit 26bdd1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
with:
# fetch-depth 0 is required to fetch all tags (and to determine the version based on tags)
fetch-depth: 0
# 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

- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
with:
Expand Down

0 comments on commit 26bdd1f

Please # to comment.