Skip to content

Commit

Permalink
checkout during release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogmcsteezy committed Oct 2, 2024
1 parent 385f832 commit 1e1e715
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- name: "Git checkout"
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "Download Artifacts"
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 1e1e715

Please sign in to comment.