Skip to content

Commit 59acfbe

Browse files
authored
chore: flow-up for trusted publishing (#264)
1 parent 21ce5b5 commit 59acfbe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,11 @@ jobs:
122122
run: npm install --legacy-peer-deps
123123

124124
- name: 🚀 Release
125-
uses: cycjimmy/semantic-release-action@v4
125+
uses: cycjimmy/semantic-release-action@v5
126126
with:
127-
semantic_version: 19
127+
# semantic-release@v25 is required for trusted publishing.
128+
# https://github.com/semantic-release/semantic-release/releases/tag/v25.0.1
129+
semantic_version: 25
128130
branches: |
129131
[
130132
'+([0-9])?(.{+([0-9]),x}).x',

0 commit comments

Comments
 (0)