This commit is contained in:
parent
588e78dc47
commit
66cf879a0b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ${{ github.workspace }}
|
mkdir -p ${{ github.workspace }}
|
||||||
echo "URL: ${{ env.REPO_URL }}"
|
echo "URL: ${{ env.REPO_URL }}"
|
||||||
git clone --depth 1 ${{ env.REPO_URL }} ${{ github.workspace }}
|
git clone ${{ env.REPO_URL }} ${{ github.workspace }}
|
||||||
echo "Repository cloned!"
|
echo "Repository cloned!"
|
||||||
- name: Run goreleaser
|
- name: Run goreleaser
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue