Skip to content

Commit 52955b8

Browse files
author
Jagveer
committed
automated npm publishing
1 parent 946001c commit 52955b8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/npmpublish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
node-version: 12
3939
registry-url: https://registry.npmjs.org/
4040
- name: yarn publish
41-
run: |
42-
npm i -g yarn
43-
yarn config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
44-
yarn publish
45-
env:
46-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
47-
CI: true
41+
run: |
42+
npm i -g yarn
43+
yarn config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
44+
yarn publish
45+
env:
46+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
47+
CI: true

0 commit comments

Comments
 (0)