Skip to content

Commit

Permalink
refactor: Update cd.yml workflow to use the latest GitHub Actions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Nov 5, 2024
1 parent 4469250 commit 6da07b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.sha }}

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

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

0 comments on commit 6da07b6

Please sign in to comment.