From b7b90395d3b5868206565934c40bb48d21c31534 Mon Sep 17 00:00:00 2001 From: Petar Todorovic Date: Thu, 27 Nov 2025 12:23:24 +0100 Subject: [PATCH] fix: release --- .github/workflows/release.yml | 8 ++++---- .husky/pre-commit | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 .husky/pre-commit 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