Checkout.
Some checks failed
goreleaser / goreleaser (push) Failing after 6s
/ test (push) Successful in 1m27s

This commit is contained in:
Joseph Hanson 2024-08-01 11:36:55 -05:00
parent c4c7c34b1e
commit fe8c83c30e
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -18,6 +18,9 @@ jobs:
container:
image: ghcr.io/goreleaser/goreleaser:v2.1.0
steps:
- run: |
- name: Checkout
uses: actions/checkout@v4
- name: Run goreleaser
run: |
echo ${{ github.workspace }}
goreleaser release