Skip to content

Commit 8a949cc

Browse files
committed
ci: Add spaces to expression in publish workflow
1 parent 3987443 commit 8a949cc

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
@@ -39,4 +39,4 @@ jobs:
3939
- name: Publish
4040
run: npm publish
4141
env:
42-
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
42+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)