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 e680409 commit 691fa57Copy full SHA for 691fa57
.github/workflows/release.yaml
@@ -15,6 +15,7 @@ jobs:
15
# otherwise lerna can't detect the changes and will end up bumping the versions for all packages
16
fetch-depth: 0
17
token: ${{ secrets.GITHUB_TOKEN }}
18
+ persist-credentials: false
19
- name: Setup Node
20
uses: actions/setup-node@v3
21
with:
0 commit comments