We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded9ad3 commit 3394faaCopy full SHA for 3394faa
2 files changed
.github/workflows/change-prerelease-tag.yml
@@ -40,7 +40,8 @@ jobs:
40
# Fetch entire git history so Changesets can generate changelogs
41
# with the correct commits
42
fetch-depth: 0
43
- persist-credentials: false
+ # We want to commit back further down.
44
+ persist-credentials: true
45
46
- name: Setup Node.js
47
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
.github/workflows/exit-prerelease.yml
@@ -35,7 +35,8 @@ jobs:
35
36
37
38
39
0 commit comments