Skip to content

Commit 615e895

Browse files
committed
fix(npm-publish.yml): add missing closing curly brace to NPM_AUTH_TOKEN secret
1 parent 04556c3 commit 615e895

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: npm-publish
2+
23
on:
34
push:
45
branches:
@@ -20,4 +21,4 @@ jobs:
2021
publish_command: "yarn"
2122
publish_args: "--non-interactive"
2223
env:
23-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }
24+
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)