From 00321ee53db8a29bc6e246137a4d1a921e16b7e5 Mon Sep 17 00:00:00 2001 From: Petar Todorovic Date: Fri, 23 May 2025 11:35:08 +0200 Subject: [PATCH] ci: fix changeset --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1071059..0c4ba8bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,11 @@ jobs: - name: Build run: pnpm turbo --filter=@stakekit/widget build + - name: Fix executable files for changesets + run: | + chmod -x .husky/commit-msg + chmod -x .husky/pre-commit + - name: Create Release Pull Request or Publish to npm id: changesets uses: changesets/action@v1