Skip to content

Commit

Permalink
ci: disable husky in release workflow, ensure package.json files ar…
Browse files Browse the repository at this point in the history
…e re-formatted appropriately
  • Loading branch information
Lordfirespeed committed Aug 10, 2024
1 parent 27708f9 commit bc14bb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
env:
HUSKY: 0
permissions:
contents: write
pull-requests: write
Expand Down Expand Up @@ -40,6 +42,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- run: pnpm check:fix
- run: git add . && git commit --amend

- if: steps.changesets.outputs.published == 'true'
run: echo "(a) new version(s) was/were published!"

0 comments on commit bc14bb6

Please sign in to comment.