Skip to content

Commit 96e3f7f

Browse files
committed
Publish to npm
1 parent 65fd516 commit 96e3f7f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/npmpublish.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ jobs:
1616
with:
1717
node-version: 10
1818

19-
# publish-npm:
20-
# needs: build
21-
# runs-on: ubuntu-latest
22-
# steps:
23-
# - uses: actions/checkout@v2
24-
# - uses: actions/setup-node@v1
25-
# with:
26-
# node-version: 10
27-
# registry-url: https://registry.npmjs.org/
28-
# - run: npm publish
29-
# env:
30-
# NODE_AUTH_TOKEN: ${{secrets.npm_token}}
19+
publish-npm:
20+
needs: build
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: actions/checkout@v2
24+
- uses: actions/setup-node@v1
25+
with:
26+
node-version: 10
27+
registry-url: https://registry.npmjs.org/
28+
- run: npm publish
29+
env:
30+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
3131

3232
publish-gpr:
3333
needs: build

0 commit comments

Comments
 (0)