Skip to content

Commit 2cc8e87

Browse files
authored
Merge pull request #42 from dimitrovs/next
chore: upgrade semantic-release to v25 and switch to OIDC for npm pub…
2 parents cf3c27c + 38c4e61 commit 2cc8e87

3 files changed

Lines changed: 229 additions & 77 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ jobs:
3434
with:
3535
node-version: 'lts/*'
3636
cache: 'pnpm'
37-
registry-url: 'https://registry.npmjs.org'
3837
- run: pnpm install
3938
- run: pnpm run dist
4039
- run: npx semantic-release
4140
env:
4241
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4442
NPM_CONFIG_PROVENANCE: true

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"nodemon": "^3.1.0",
6262
"nyc": "^17.1.0",
6363
"proxyquire": "^2.1.3",
64-
"semantic-release": "^24.0.0",
64+
"semantic-release": "^25.0.0",
65+
"@semantic-release/npm": "^13.0.0",
6566
"sinon": "^21.0.1",
6667
"supertest": "^7.0.0",
6768
"ts-node": "^10.9.0",

0 commit comments

Comments
 (0)