We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17acf8a commit 419c0e5Copy full SHA for 419c0e5
1 file changed
.github/workflows/publish-github.yml
@@ -18,19 +18,19 @@ jobs:
18
- run: yarn
19
- run: yarn build
20
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}}
+ publish-npm:
+ needs: build
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: actions/setup-node@v1
+ with:
+ node-version: 12
+ registry-url: https://registry.npmjs.org/
+ - run: yarn
+ - run: yarn publish
+ env:
+ NODE_AUTH_TOKEN: ${{secrets.npm_token}}
34
35
publish-gpr:
36
needs: build
0 commit comments