We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a6df4 commit 13e16aeCopy full SHA for 13e16ae
2 files changed
.github/workflows/publish.js.yml
@@ -9,6 +9,7 @@ permissions:
9
contents: write
10
pull-requests: write
11
issues: write
12
+ id-token: write # to enable use of OIDC for trusted publishing and npm provenance
13
14
jobs:
15
build:
@@ -28,5 +29,4 @@ jobs:
28
29
- run: npx semantic-release
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
32
name: Release
package.json
@@ -70,7 +70,7 @@
70
"conventional-changelog-conventionalcommits": "^9.0.0",
71
"mocha": "^11.0.1",
72
"prettier": "^3.0.0",
73
- "semantic-release": "^25.0.0",
+ "semantic-release": "^25.0.2",
74
"ts-node": "^10.9.1",
75
"typescript": "^5.4.3"
76
}
0 commit comments