Skip to content

Commit

Permalink
fix: make sure checkout action uses deploy branch
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Arnold <[email protected]>
  • Loading branch information
sarnold committed Nov 7, 2024
1 parent 4dc7338 commit aae5776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: deploy

# download all artifacts to project dir
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit aae5776

Please sign in to comment.