Skip to content

Commit 4dd8982

Browse files
committed
ci: pin trusted publishing release tooling
1 parent 4e4c58d commit 4dd8982

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
uses: actions/setup-node@v6
3838
with:
3939
node-version: 24
40-
registry-url: https://registry.npmjs.org
4140
- name: Use npm with trusted publishing support
4241
run: npm install -g npm@11.13.0
4342
- name: Show release tool versions
@@ -52,10 +51,11 @@ jobs:
5251
- name: Release
5352
uses: cycjimmy/semantic-release-action@v6
5453
with:
54+
semantic_version: 25.0.3
5555
extra_plugins: |
5656
@semantic-release/npm@13.1.5
57-
@semantic-release/changelog
58-
@semantic-release/git
57+
@semantic-release/changelog@6.0.3
58+
@semantic-release/git@10.0.1
5959
branches: master
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)