Skip to content

Commit 3a7b986

Browse files
authored
fix: release persist creds (#5488)
1 parent 36b4e49 commit 3a7b986

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
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636
token: ${{ secrets.WORKFLOW_PAT }}
37-
persist-credentials: false
37+
persist-credentials: true
3838

3939
- name: Setup Node
4040
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)