We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf3c27c + 38c4e61 commit 2cc8e87Copy full SHA for 2cc8e87
3 files changed
.github/workflows/ci.yml
@@ -34,11 +34,9 @@ jobs:
34
with:
35
node-version: 'lts/*'
36
cache: 'pnpm'
37
- registry-url: 'https://registry.npmjs.org'
38
- run: pnpm install
39
- run: pnpm run dist
40
- run: npx semantic-release
41
env:
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
44
NPM_CONFIG_PROVENANCE: true
package.json
@@ -61,7 +61,8 @@
61
"nodemon": "^3.1.0",
62
"nyc": "^17.1.0",
63
"proxyquire": "^2.1.3",
64
- "semantic-release": "^24.0.0",
+ "semantic-release": "^25.0.0",
65
+ "@semantic-release/npm": "^13.0.0",
66
"sinon": "^21.0.1",
67
"supertest": "^7.0.0",
68
"ts-node": "^10.9.0",
0 commit comments