Skip to content

Commit 035dd86

Browse files
author
Manu
committed
added pubish package in npm
1 parent 3e1b39c commit 035dd86

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: actions/setup-node@v1
1919
with:
2020
node-version: ${{ matrix.node }}
21+
registry-url: 'https://registry.npmjs.org'
2122

2223
- name: Install deps and build (with cache)
2324
uses: bahmutov/npm-install@v1
@@ -30,3 +31,8 @@ jobs:
3031

3132
- name: Build
3233
run: yarn build
34+
35+
- name: Publish
36+
run: yarn publish
37+
env:
38+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)