wow using git to checkout the repo instead of node, what a concept.
Some checks failed
goreleaser / goreleaser (push) Failing after 4s
/ test (push) Successful in 1m25s

This commit is contained in:
Joseph Hanson 2024-08-01 12:33:39 -05:00
parent fe8c83c30e
commit fb4dc5270e
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -19,8 +19,14 @@ jobs:
image: ghcr.io/goreleaser/goreleaser:v2.1.0
steps:
- name: Checkout
uses: actions/checkout@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_URL: https://x-access-token:${ GITHUB_TOKEN }@git.hsn.dev/${{ GITHUB_REPOSITORY }}
run: |
echo "URL: ${{ env.REPO_URL }}"
git clone --depth 0 ${{ env.REPO_URL }} ${{ github.workspace }}
echo "Repository cloned!"
- name: Run goreleaser
run: |
echo ${{ github.workspace }}
goreleaser release
goreleaser release