Skip to content

Commit 691fa57

Browse files
committed
feat(chore): try with persist-credentials false
1 parent e680409 commit 691fa57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
# otherwise lerna can't detect the changes and will end up bumping the versions for all packages
1616
fetch-depth: 0
1717
token: ${{ secrets.GITHUB_TOKEN }}
18+
persist-credentials: false
1819
- name: Setup Node
1920
uses: actions/setup-node@v3
2021
with:

0 commit comments

Comments
 (0)