correct path
Some checks failed
goreleaser / goreleaser (push) Failing after 4s
/ test (push) Successful in 1m27s

This commit is contained in:
Joseph Hanson 2024-08-01 12:54:32 -05:00
parent 5c2bb78f38
commit 1b42d57d84
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -21,9 +21,8 @@ jobs:
- name: Checkout
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_URL: https://x-access-token:${{ env.GITHUB_TOKEN }}@git.hsn.dev/${{ env.GITHUB_REPOSITORY }}
REPO_URL: https://x-access-token:${GITHUB_TOKEN}@git.hsn.dev/${{ github.repository }}
run: |
printenv
mkdir -p ${{ github.workspace }}
echo "URL: ${{ env.REPO_URL }}"
git clone --depth 0 ${{ env.REPO_URL }} ${{ github.workspace }}
@ -31,4 +30,4 @@ jobs:
- name: Run goreleaser
run: |
echo ${{ github.workspace }}
goreleaser release
goreleaser release