Skip to content

Commit 05584a3

Browse files
fix auto publish work flow failed issue
1 parent 9a1bef9 commit 05584a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
with:
13+
token: ${{ secrets.GITHUB_TOKEN }}
1314
ref: ${{ github.event.release.target_commitish }}
1415

1516
- name: Set up Node.js

0 commit comments

Comments
 (0)