Skip to content

Commit 7e57e80

Browse files
Update npm-publish.yml
1 parent 7b7bea4 commit 7e57e80

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/npm-publish.yml

-14
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,3 @@ jobs:
3232
- run: npm publish
3333
env:
3434
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

Comments
 (0)