Skip to content

Commit 32af91b

Browse files
committed
chore(ci): remove npm publish from publish workflow 🗑️
- Remove npm-publish job from publish.yml; keep JSR publish only
1 parent 494b3fd commit 32af91b

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,3 @@ jobs:
2424

2525
- name: Publish to JSR
2626
run: deno publish --allow-dirty
27-
28-
npm-publish:
29-
name: npm
30-
runs-on: ubuntu-latest
31-
permissions:
32-
contents: read
33-
id-token: write
34-
35-
steps:
36-
- uses: actions/checkout@v6
37-
- name: Setup Node.js
38-
uses: actions/setup-node@v6
39-
with:
40-
node-version: 20
41-
cache: 'npm'
42-
43-
- name: Install dependencies
44-
run: npm ci
45-
46-
- name: Publish to npm
47-
run: npm publish --provenance --access public
48-
env:
49-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)