We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a70757 commit b8241f3Copy full SHA for b8241f3
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
}
36
- env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
- run: pnpm release-it --verbose
+ run: if pnpm run should-semantic-release ; then pnpm release-it --verbose ; fi
39
- if: always()
40
name: Recreate branch protection on main
41
uses: actions/[email protected]
0 commit comments