Skip to content

Commit b1bcf1f

Browse files
authored
chore: fix typo
1 parent cd5bd21 commit b1bcf1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
- run: npm run test --if-present
2929
- run: npx semantic-release
3030
env:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_YOKEN }}
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)