Skip to content

Commit f6bc1af

Browse files
committed
fix: token
1 parent 6f25396 commit f6bc1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: steps.check.outputs.version_changed == 'true'
5656
run: npm publish --access public --no-git-checks
5757
env:
58-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
58+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
5959

6060
- name: Tag release
6161
if: steps.check.outputs.version_changed == 'true'

0 commit comments

Comments
 (0)