diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d64009..b1fc444 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Fix executable files for changesets run: | - chmod -x .husky/pre-commit + chmod -x .husky/commit-msg - name: Create release pull request or publish to npm id: changesets @@ -35,9 +35,9 @@ jobs: with: publish: pnpm run release version: pnpm run version - commit: 'ci(changesets): version packages' - title: 'ci(changesets): version packages' + commit: "ci(changesets): version packages" + title: "ci(changesets): version packages" commitMode: github-api env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100644 index 009b3f8..0000000 --- a/.husky/pre-commit +++ /dev/null @@ -1 +0,0 @@ -pnpm lint