We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440738d commit 1027911Copy full SHA for 1027911
1 file changed
.github/workflows/publish-github.yml
@@ -1,8 +1,5 @@
1
name: Node.js Package
2
on:
3
- push:
4
- braches:
5
- - main
6
pull_request:
7
branches:
8
- main
@@ -39,21 +36,3 @@ jobs:
39
36
- run: npm publish
40
37
env:
41
38
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
42
-
43
- publish-gpr:
44
- needs: build
45
- if: github.ref == 'refs/heads/main'
46
- runs-on: ubuntu-latest
47
- steps:
48
- - uses: actions/checkout@v2
49
- - uses: actions/setup-node@v1
50
- with:
51
- node-version: 12
52
- registry-url: https://npm.pkg.github.com
53
- always-auth: true
54
- scope: "@andrejpk"
55
- - run: npm install
56
- - run: npm run build
57
- - run: npm publish
58
- env:
59
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments