Skip to content

Commit 46e2554

Browse files
committed
fix
1 parent 3d196cd commit 46e2554

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/publish-github.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ jobs:
1818
- run: yarn
1919
- run: yarn build
2020

21+
# publish-npm:
22+
# needs: build
23+
# runs-on: ubuntu-latest
24+
# steps:
25+
# - uses: actions/checkout@v2
26+
# - uses: actions/setup-node@v1
27+
# with:
28+
# node-version: 12
29+
# registry-url: https://registry.npmjs.org/
30+
# - run: npm ci
31+
# - run: npm publish
32+
# env:
33+
# NODE_AUTH_TOKEN: ${{secrets.npm_token}}
34+
2135
publish-gpr:
2236
needs: build
2337
runs-on: ubuntu-latest
@@ -27,6 +41,7 @@ jobs:
2741
with:
2842
node-version: 12
2943
registry-url: $registry-url(npm)
44+
- run: yarn
3045
- run: yarn build
3146
- run: yarn publish
3247
env:

0 commit comments

Comments
 (0)