Skip to content

Commit

Permalink
ci: split steps
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Nov 10, 2024
1 parent 19c932c commit c7f9063
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
- run: bun i && bun run build
- run: bun i
- run: bun run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit c7f9063

Please sign in to comment.