Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

# Do a dry-run release in order to update package.yaml before compilation,
# in case there's a --version subcommand.
- uses: cycjimmy/semantic-release-action@v4
- uses: cycjimmy/semantic-release-action@v6.0.0
with:
dry_run: true
extra_plugins: |
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/download-artifact@v8
- id: release
uses: cycjimmy/semantic-release-action@v4
uses: cycjimmy/semantic-release-action@v6.0.0
with:
extra_plugins: |
conventional-changelog-conventionalcommits
Expand Down
Loading