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 0bf242e commit 4a8570eCopy full SHA for 4a8570e
.github/workflows/npm-publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-node@v2
19
with:
20
node-version: 12
21
- - run: npm ci
+ - run: npm i
22
23
publish-npm:
24
needs: build
@@ -30,24 +30,7 @@ jobs:
30
31
registry-url: https://registry.npmjs.org/
32
scope: '@ngx-builders'
33
34
- run: npm publish
35
env:
36
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
37
-
38
- publish-gpr:
39
- needs: build
40
- runs-on: ubuntu-latest
41
- permissions:
42
- contents: read
43
- packages: write
44
- steps:
45
- - uses: actions/checkout@v2
46
- - uses: actions/setup-node@v2
47
- with:
48
- node-version: 12
49
- registry-url: https://npm.pkg.github.com/
50
51
- - run: npm publish
52
- env:
53
- NODE_AUTH_TOKEN: ${{secrets.GIT_PKG_TOKEN}}
0 commit comments