Skip to content

Commit

Permalink
ci: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrotho committed Dec 12, 2023
1 parent ca1250f commit 80519a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go

- run: git fetch --force --tags

- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.1'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 80519a2

Please sign in to comment.