Skip to content

Commit 0ac5ca3

Browse files
Update semantic-release version and adjust GitHub Actions workflow (#1519)
- Updated the version of "semantic-release" from "^24.2.5" to "^24.2.8" in both package.json and bun.lock. - Modified the GitHub Actions workflow to use "bunx semantic-release" instead of "npx semantic-release" for improved execution in the CI environment. These changes ensure the use of the latest features and fixes in semantic-release while optimizing the release process in GitHub Actions. Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
1 parent dd30860 commit 0ac5ca3

3 files changed

Lines changed: 28 additions & 20 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
GITHUB_TOKEN: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
5757
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
5858
HUSKY: 0 # Skip husky hooks in CI
59-
run: npx semantic-release
59+
run: bunx semantic-release

bun.lock

Lines changed: 26 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"react-dnd-html5-backend": "^16.0.1",
4242
"react-email": "^4.0.15",
4343
"react-hook-form": "^7.61.1",
44-
"semantic-release": "^24.2.5",
44+
"semantic-release": "^24.2.8",
4545
"semantic-release-discord": "^1.2.0",
4646
"semantic-release-discord-notifier": "^1.0.11",
4747
"sharp": "^0.34.2",

0 commit comments

Comments
 (0)