whole repo
Some checks failed
goreleaser / goreleaser (push) Failing after 2m2s

This commit is contained in:
Joseph Hanson 2024-08-01 13:05:33 -05:00
parent 588e78dc47
commit 66cf879a0b
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 1 ${{ env.REPO_URL }} ${{ github.workspace }}
git clone ${{ env.REPO_URL }} ${{ github.workspace }}
echo "Repository cloned!"
- name: Run goreleaser
env: