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 7b7bea4 commit 7e57e80Copy full SHA for 7e57e80
.github/workflows/npm-publish.yml
@@ -32,17 +32,3 @@ jobs:
32
- run: npm publish
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
35
-
36
- publish-gpr:
37
- needs: build
38
- runs-on: ubuntu-latest
39
- steps:
40
- - uses: actions/checkout@v2
41
- - uses: actions/setup-node@v1
42
- with:
43
- node-version: 12
44
- registry-url: https://npm.pkg.github.com/
45
- - run: npm ci
46
- - run: npm publish
47
- env:
48
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments