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 bed42ef commit d42d257Copy full SHA for d42d257
.github/workflows/manual-release.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Run Tests
65
run: npm test --if-present
66
- name: Create a release - ${{ github.event.inputs.version }}
67
- uses: cycjimmy/semantic-release-action@v3
+ uses: cycjimmy/semantic-release-action@v4
68
with:
69
dry_run: ${{ github.event.inputs.dryRun == 'true' }}
70
extra_plugins: |
0 commit comments