Skip to content

Commit

Permalink
fix: npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherysh committed Apr 8, 2024
1 parent dc6574b commit 19176d5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,19 @@ jobs:

- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}

- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
if: ${{ steps.release.outputs.release_created }}

- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}

- run: npm ci
- run: bun install --frozen-lockfile
if: ${{ steps.release.outputs.release_created }}

- run: npm publish
Expand Down

0 comments on commit 19176d5

Please sign in to comment.