Skip to content

Commit

Permalink
Don't shallow clone
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Oct 18, 2024
1 parent 6961972 commit 360937d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
run: 'echo "Modus Runtime version must start with `runtime/v` && exit 1'
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: "${{ github.ref_name }}"
- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 360937d

Please sign in to comment.