Skip to content

Commit

Permalink
chore: configure release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed May 23, 2024
1 parent fa7b8c0 commit 1f06c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- uses: oven-sh/setup-bun@v1

- name: "Install dependencies"
run: bun install --frozen-lockfile
run: bun install --production --frozen-lockfile

- name: "Release"
run: bun run release
run: bunx semantic-release
env:
HUSKY: 0
CI: true
Expand Down

0 comments on commit 1f06c51

Please sign in to comment.