Skip to content

Commit 3394faa

Browse files
committed
persist-credentials in two cases
1 parent ded9ad3 commit 3394faa

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/change-prerelease-tag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
# Fetch entire git history so Changesets can generate changelogs
4141
# with the correct commits
4242
fetch-depth: 0
43-
persist-credentials: false
43+
# We want to commit back further down.
44+
persist-credentials: true
4445

4546
- name: Setup Node.js
4647
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6

.github/workflows/exit-prerelease.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
# Fetch entire git history so Changesets can generate changelogs
3636
# with the correct commits
3737
fetch-depth: 0
38-
persist-credentials: false
38+
# We want to commit back further down.
39+
persist-credentials: true
3940

4041
- name: Setup Node.js
4142
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6

0 commit comments

Comments
 (0)