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 8c94695 commit a55f431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Verify tag is on main branch
run: |
# Exit with error if the tag is not on main
git merge-base --is-ancestor ${{ github.sha }} origin/wip-ci || exit 1
git merge-base --is-ancestor ${{ github.sha }} origin/main || exit 1
- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit a55f431

Please sign in to comment.