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 6b4feb4 commit 6f3c281
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 @@ -19,7 +19,7 @@ jobs:
run: |
git fetch origin main
# Exit with error if the tag is not on main
git merge-base --is-ancestor ${{ github.sha }} origin/main || exit 1
git merge-base --is-ancestor ${{ github.sha }} origin/wip-ci || exit 1
- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 6f3c281

Please sign in to comment.