We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab21e8 commit feca2a4Copy full SHA for feca2a4
2 files changed
.github/workflows/publish.yml
@@ -19,11 +19,11 @@ jobs:
19
20
- uses: actions/setup-node@v4
21
with:
22
- node-version: 20
+ node-version: 22
23
registry-url: https://registry.npmjs.org
24
25
- name: Release
26
- run: npx semantic-release
+ run: npx semantic-release@25
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
NPM_CONFIG_PROVENANCE: true
.releaserc
@@ -1,6 +1,5 @@
1
{
2
"branches": ["main"],
3
- "verifyConditions": ["@semantic-release/github"],
4
"plugins": [
5
"@semantic-release/commit-analyzer",
6
"@semantic-release/release-notes-generator",
0 commit comments