Skip to content

Commit 281d116

Browse files
zaniebwoodruffw
andauthored
Persist credentials in the release workflow (#729)
Co-authored-by: William Woodruff <[email protected]>
1 parent 4cfefb5 commit 281d116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
with:
4040
submodules: recursive
41-
persist-credentials: false
41+
persist-credentials: true # needed for git operations below
4242

4343
- uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v2
4444

0 commit comments

Comments
 (0)