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 4e4c58d commit 4dd8982Copy full SHA for 4dd8982
1 file changed
.github/workflows/ci.yml
@@ -37,7 +37,6 @@ jobs:
37
uses: actions/setup-node@v6
38
with:
39
node-version: 24
40
- registry-url: https://registry.npmjs.org
41
- name: Use npm with trusted publishing support
42
run: npm install -g npm@11.13.0
43
- name: Show release tool versions
@@ -52,10 +51,11 @@ jobs:
52
51
- name: Release
53
uses: cycjimmy/semantic-release-action@v6
54
+ semantic_version: 25.0.3
55
extra_plugins: |
56
@semantic-release/npm@13.1.5
57
- @semantic-release/changelog
58
- @semantic-release/git
+ @semantic-release/changelog@6.0.3
+ @semantic-release/git@10.0.1
59
branches: master
60
env:
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments