diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8fbd39d..ad39bb2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Ensure tag is on main + - name: Verify tagged commit is in main branch history run: | git fetch origin main if ! git merge-base --is-ancestor $GITHUB_SHA origin/main; then