Skip to content

Commit

Permalink
ci: add install/prepack steps to release
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed May 12, 2024
1 parent ab5c24a commit e579d66
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ jobs:
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"

- uses: oven-sh/setup-bun@v1

- name: Install dependencies
run: bun install

- name: Build package
run: bun prepack

- name: Publish package
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Expand Down

0 comments on commit e579d66

Please sign in to comment.