Include Checkout in the workflow

Signed-off-by: Alex Lovell-Troy <alovelltroy@lanl.gov>
This commit is contained in:
Alex Lovell-Troy 2024-07-17 16:44:14 -04:00 committed by GitHub
parent 4948ecc47c
commit 9cf535e71a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,11 @@ jobs:
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: 1.21 go-version: 1.21
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: 1
fetch-depth: 0
- name: Release with goreleaser - name: Release with goreleaser
uses: goreleaser/goreleaser-action@v5 uses: goreleaser/goreleaser-action@v5
env: env: