Skip to content

Commit fcd99f2

Browse files
committed
🔧 Disable npm publishing in release workflow
- Set npm to false in publish workflow - Remove npm_token secret reference - Keep GitHub package registry publishing enabled
1 parent bb3d743 commit fcd99f2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@ jobs:
1313
packages: write
1414
id-token: write
1515
with:
16-
npm: true
16+
npm: false
1717
gh: true
18-
secrets:
19-
npm_token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)