Skip to content

Commit 93a249d

Browse files
fix: fix semantic release
1 parent 27e8f1b commit 93a249d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
uses: actions/checkout@v2
1313
with:
1414
fetch-depth: 0
15+
persist-credentials: false
1516
- name: Setup Node.js
1617
uses: actions/setup-node@v1
1718
with:
@@ -20,6 +21,6 @@ jobs:
2021
run: npm ci
2122
- name: Release
2223
env:
23-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2425
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2526
run: npx semantic-release

0 commit comments

Comments
 (0)