fix git syntax
Some checks failed
/ test (push) Successful in 1m39s
goreleaser / goreleaser (push) Failing after 2m1s

This commit is contained in:
Joseph Hanson 2024-08-01 12:56:49 -05:00
parent 1b42d57d84
commit bb9bbd5fc2
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -25,7 +25,7 @@ jobs:
run: |
mkdir -p ${{ github.workspace }}
echo "URL: ${{ env.REPO_URL }}"
git clone --depth 0 ${{ env.REPO_URL }} ${{ github.workspace }}
git clone --depth 1 ${{ env.REPO_URL }} ${{ github.workspace }}
echo "Repository cloned!"
- name: Run goreleaser
run: |