Skip to content

Commit ebd91d8

Browse files
committed
fix
1 parent 7d577e4 commit ebd91d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0 # Semantic-release needs the full history
27-
persist-credentials: false
2827

2928
- name: Install pnpm
3029
uses: pnpm/action-setup@v4
@@ -59,6 +58,6 @@ jobs:
5958

6059
- name: Release
6160
env:
62-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
61+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6362
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6463
run: pnpm run release --dry-run

0 commit comments

Comments
 (0)