Skip to content

Commit

Permalink
Merge pull request #129 from ubiquity-os/development
Browse files Browse the repository at this point in the history
fix: disable husky on production
  • Loading branch information
gentlementlegen authored Oct 11, 2024
2 parents afc03bb + eef2f59 commit e5c86f5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ jobs:

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

- run: |
bun install --frozen-lockfile
- name: Build
run: |
bun install -p --frozen-lockfile
bun sdk:build
env:
# Disables Husky globally
HUSKY: 0
if: ${{ steps.release.outputs.release_created }}
- run: bun publish --access public
env:
Expand Down

0 comments on commit e5c86f5

Please sign in to comment.