Skip to content

Commit f23aa75

Browse files
fix: remove npm token
1 parent fc2434f commit f23aa75

File tree

3 files changed

+680
-318
lines changed

3 files changed

+680
-318
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,11 @@ jobs:
6161
- uses: dyne/pnpm@main
6262
with:
6363
node-version: 22
64-
- run: pnpm semantic-release
64+
- run: |
65+
npm install -g npm@latest
66+
pnpm semantic-release
6567
env:
6668
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6869
6970
cdn:
7071
name: 🗑️

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,8 @@
4747
"@material/web": "^1.5.0",
4848
"@playwright/test": "^1.45.0",
4949
"@semantic-release/changelog": "^6.0.3",
50-
"@semantic-release/commit-analyzer": "^13.0.0",
51-
"@semantic-release/exec": "^6.0.3",
50+
"@semantic-release/exec": "^7.1.0",
5251
"@semantic-release/git": "^10.0.1",
53-
"@semantic-release/github": "^10.0.6",
54-
"@semantic-release/npm": "^12.0.1",
55-
"@semantic-release/release-notes-generator": "^14.0.1",
5652
"@stencil-community/postcss": "^2.2.0",
5753
"@stencil/core": "^4.18.3",
5854
"@stencil/playwright": "^0.2.0",
@@ -78,7 +74,7 @@
7874
"npm-run-all": "^4.1.5",
7975
"puppeteer": "^22.12.0",
8076
"rollup-plugin-node-polyfills": "^0.2.1",
81-
"semantic-release": "^24.0.0",
77+
"semantic-release": "^25.0.2",
8278
"stencil-tailwind-plugin": "^1.8.0",
8379
"storybook": "^8.1.10",
8480
"tailwindcss": "^3.4.4",

0 commit comments

Comments
 (0)