Skip to content

Commit

Permalink
fix: Refactor and standardize workflows, and force correct release br…
Browse files Browse the repository at this point in the history
…anch setup
  • Loading branch information
MountainGod2 committed Nov 5, 2024
1 parent 8309d11 commit fc727ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
fetch-depth: 0
ref: ${{ github.sha }}

- name: Setup | Force Correct Release Branch
run: git checkout -B ${{ github.ref_name }} ${{ github.sha }}

- name: Setup | Configure UV Environment
uses: astral-sh/setup-uv@v3
with:
Expand Down

0 comments on commit fc727ed

Please sign in to comment.