Skip to content

Commit 1c277bb

Browse files
authored
ci: fix publish step (#700)
1 parent 18e423f commit 1c277bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: bun run build
5555

5656
- name: Publish
57-
run: npx semantic-release
57+
run: bunx semantic-release
5858
env:
5959
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6060
GITHUB_TOKEN: '${{secrets.GITHUB_TOKEN}}'

0 commit comments

Comments
 (0)