Skip to content

Commit 9af9556

Browse files
authored
Remove gpr-publish job
1 parent 3f82db8 commit 9af9556

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/npmpublish.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +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-
scope: '@codediodeio'
46-
- run: npm ci
47-
- run: npm publish
48-
env:
49-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)