Skip to content

Commit

Permalink
Merge pull request #330 from systemli/fix/goreleaser
Browse files Browse the repository at this point in the history
fix: Set `version: '~> v2'` in goreleaser Github action
  • Loading branch information
doobry-systemli authored Jul 16, 2024
2 parents 4391edd + ee7d87a commit 56aba5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
ref: ${{ github.ref }}

- name: Setup go
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Build Releases
uses: goreleaser/[email protected]
with:
version: latest
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 56aba5e

Please sign in to comment.