Skip to content

Commit

Permalink
ci: fix publish step (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisre authored Jul 4, 2024
1 parent 18e423f commit 1c277bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: bun run build

- name: Publish
run: npx semantic-release
run: bunx semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: '${{secrets.GITHUB_TOKEN}}'

0 comments on commit 1c277bb

Please sign in to comment.