Skip to content

Commit 81417be

Browse files
committed
chore: update publish action
1 parent d00a46e commit 81417be

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,3 @@ jobs:
2929
- run: npm publish
3030
env:
3131
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
32-
33-
publish-gpr:
34-
needs: build
35-
runs-on: ubuntu-latest
36-
permissions:
37-
contents: read
38-
packages: write
39-
steps:
40-
- uses: actions/checkout@v3
41-
- uses: actions/setup-node@v3
42-
with:
43-
node-version: '16.x'
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)