We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65fd516 commit 96e3f7fCopy full SHA for 96e3f7f
.github/workflows/npmpublish.yml
@@ -16,18 +16,18 @@ jobs:
16
with:
17
node-version: 10
18
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}}
+ publish-npm:
+ needs: build
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: actions/setup-node@v1
+ with:
+ node-version: 10
+ registry-url: https://registry.npmjs.org/
+ - run: npm publish
+ env:
+ NODE_AUTH_TOKEN: ${{secrets.npm_token}}
31
32
publish-gpr:
33
needs: build
0 commit comments