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 21ce5b5 commit 59acfbeCopy full SHA for 59acfbe
.github/workflows/ci.yml
@@ -122,9 +122,11 @@ jobs:
122
run: npm install --legacy-peer-deps
123
124
- name: 🚀 Release
125
- uses: cycjimmy/semantic-release-action@v4
+ uses: cycjimmy/semantic-release-action@v5
126
with:
127
- semantic_version: 19
+ # 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
130
branches: |
131
[
132
'+([0-9])?(.{+([0-9]),x}).x',
0 commit comments