We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d196cd commit 46e2554Copy full SHA for 46e2554
1 file changed
.github/workflows/publish-github.yml
@@ -18,6 +18,20 @@ 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}}
34
+
35
publish-gpr:
36
needs: build
37
runs-on: ubuntu-latest
@@ -27,6 +41,7 @@ jobs:
41
with:
42
node-version: 12
43
registry-url: $registry-url(npm)
44
+ - run: yarn
45
46
- run: yarn publish
47
env:
0 commit comments