Skip to content

Commit

Permalink
chore: fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ksassnowski committed Jan 28, 2024
1 parent 5e292cb commit b6bca74
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: oven-sh/setup-bun@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: bun install
- run: bun run build
- run: npm publish
Expand Down

0 comments on commit b6bca74

Please sign in to comment.