We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafa777 commit 4a8877dCopy full SHA for 4a8877d
.github/workflows/npm-publish.yml
@@ -8,16 +8,6 @@ on:
8
types: [created]
9
10
jobs:
11
- build:
12
- runs-on: ubuntu-latest
13
- steps:
14
- - uses: actions/checkout@v2
15
- - uses: actions/setup-node@v1
16
- with:
17
- node-version: 12
18
- - run: npm ci
19
- - run: npm test
20
-
21
publish-npm:
22
needs: build
23
runs-on: ubuntu-latest
@@ -27,7 +17,6 @@ jobs:
27
with:
28
node-version: 12
29
registry-url: https://registry.npmjs.org/
30
31
- run: npm publish
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -41,7 +30,6 @@ jobs:
41
42
43
registry-url: https://npm.pkg.github.com/
44
45
46
34
47
35
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments