Skip to content

Commit 5047dc9

Browse files
committed
chore(build): fixing release
1 parent b48edfb commit 5047dc9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
with:
14-
fetch-depth: 0
15-
persist-credentials: false
1613
- uses: actions/setup-node@v2
1714
with:
1815
node-version: '16'
@@ -21,5 +18,5 @@ jobs:
2118
- name: Semantic Release
2219
uses: cycjimmy/semantic-release-action@v2
2320
env:
24-
GITHUB_TOKEN: ${{ secrets.SEMENTIC_AND_DEPBOT_TOKEN }}
21+
GH_TOKEN: ${{ secrets.SEMENTIC_AND_DEPBOT_TOKEN }}
2522
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)