fix git syntax
This commit is contained in:
parent
1b42d57d84
commit
bb9bbd5fc2
1 changed files with 1 additions and 1 deletions
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue