Skip to content

Commit 5c38658

Browse files
committed
Fix syntax error.
1 parent 3aefd61 commit 5c38658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454
- run: npm run dist
5555
# publish to NPM
5656
- uses: JS-DevTools/npm-publish@v1
57-
with:
58-
token: ${{ secrets.NPM_PUBLISH_KEY }}
57+
with:
58+
token: ${{ secrets.NPM_PUBLISH_KEY }}

0 commit comments

Comments
 (0)