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 fb8b016 commit 676b7e8Copy full SHA for 676b7e8
1 file changed
.github/workflows/release.yml
@@ -146,13 +146,6 @@ jobs:
146
fetch-depth: 0
147
ref: ${{ github.event.inputs.ref }}
148
149
- - name: Verify ref is on main
150
- run: |
151
- if ! git merge-base --is-ancestor ${{ github.event.inputs.ref }} origin/main; then
152
- echo "Error: ref must be an ancestor of main (i.e., already merged)"
153
- exit 1
154
- fi
155
-
156
- name: Setup pnpm
157
uses: pnpm/action-setup@v4
158
with:
0 commit comments