Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cstub committed Jan 14, 2025
1 parent 6f3c281 commit 8c94695
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
fetch-depth: 0
fetch-tags: true

- name: Verify tag is on main
- name: Verify tag is on main branch
run: |
git fetch origin main
# Exit with error if the tag is not on main
git merge-base --is-ancestor ${{ github.sha }} origin/wip-ci || exit 1
Expand Down

0 comments on commit 8c94695

Please sign in to comment.