Skip to content

Commit d8948e0

Browse files
committed
Remove github packages from NPM CI
1 parent f62f668 commit d8948e0

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/npm-publish.yml

-16
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,3 @@ jobs:
3030
- run: npm publish
3131
env:
3232
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
33-
34-
publish-gpr:
35-
needs: build
36-
runs-on: ubuntu-latest
37-
permissions:
38-
contents: read
39-
packages: write
40-
steps:
41-
- uses: actions/checkout@v2
42-
- uses: actions/setup-node@v2
43-
with:
44-
node-version: 14
45-
registry-url: https://npm.pkg.github.com/
46-
- run: npm publish
47-
env:
48-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)