Skip to content

Commit b8241f3

Browse files
chore: move should-semantic-release outside hook
1 parent 8a70757 commit b8241f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
}
3636
- env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
run: pnpm release-it --verbose
38+
run: if pnpm run should-semantic-release ; then pnpm release-it --verbose ; fi
3939
- if: always()
4040
name: Recreate branch protection on main
4141
uses: actions/[email protected]

0 commit comments

Comments
 (0)