We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d6e8d commit 239270cCopy full SHA for 239270c
1 file changed
.github/workflows/build.yml
@@ -156,6 +156,6 @@ jobs:
156
# override for semantic-release
157
export GITHUB_REF=refs/heads/release GITHUB_SHA=${{ steps.merge.outputs.commit }}
158
pnpm release
159
- if: ${{ github.ref_name == github.event.repository.default_branch }}
+ # if: ${{ github.ref_name == github.event.repository.default_branch }}
160
env:
161
GITHUB_TOKEN: ${{ github.token }}
0 commit comments