Skip to content

Commit

Permalink
Include Checkout in the workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Lovell-Troy <[email protected]>
  • Loading branch information
alexlovelltroy authored Jul 17, 2024
1 parent 4948ecc commit 9cf535e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: 1
fetch-depth: 0
- name: Release with goreleaser
uses: goreleaser/goreleaser-action@v5
env:
Expand Down

0 comments on commit 9cf535e

Please sign in to comment.