Skip to content

Commit 44fe3e0

Browse files
committed
ci(release): allow release tags from non-main branches
1 parent 650f15c commit 44fe3e0

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- name: Verify tag is on main
25-
run: |
26-
if ! git merge-base --is-ancestor "$GITHUB_SHA" origin/main; then
27-
echo "Error: Release tags must be pushed from the main branch"
28-
exit 1
29-
fi
30-
3124
- uses: pnpm/action-setup@v6
3225

3326
- uses: actions/setup-node@v6.4.0

0 commit comments

Comments
 (0)