Skip to content

Commit

Permalink
refactor: Update cd.yml workflow to use the latest GitHub Actions syn…
Browse files Browse the repository at this point in the history
…tax and remove unnecessary release branch setup
  • Loading branch information
MountainGod2 committed Nov 5, 2024
1 parent 0fa5135 commit 6a0ac89
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.event.workflow_run.head_sha }}

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

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

0 comments on commit 6a0ac89

Please sign in to comment.