Skip to content

Commit b6bbb2b

Browse files
fixed wrong syntax in workflow file
1 parent fdfcd78 commit b6bbb2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
- uses: actions/setup-node@v1
5353
with:
5454
node-version: 12
55-
registry-url:
55+
registry-url: https://registry.npmjs.org/
5656
- run: npm i && npm run build
5757
- run: cd dist && npm publish
58-
env: https://registry.npmjs.org/
58+
env:
5959
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
6060

0 commit comments

Comments
 (0)