Skip to content

Commit 53bc12e

Browse files
Update GitHub Actions workflow to use 'bun run semantic-release' for improved CI execution (#1521)
Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
1 parent 0ac5ca3 commit 53bc12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: bunx semantic-release
59+
run: bun run semantic-release

0 commit comments

Comments
 (0)