Skip to content

Commit 5a6677f

Browse files
committed
fix: bunx should be used on ci release
1 parent 1b45900 commit 5a6677f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Create Release
4343
id: semantic
44-
run: bun semantic-release --branches main
44+
run: bunx semantic-release --branches main
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ node_modules
55
coverage
66
dist
77
types
8-
.conf*
8+
.conf*
9+
.env

0 commit comments

Comments
 (0)