Skip to content

Commit

Permalink
Merge pull request #13 from slintes/fix-gorelease-version
Browse files Browse the repository at this point in the history
Fix goreleaser version in workflow
  • Loading branch information
slintes committed Aug 4, 2024
2 parents 90158b7 + 4a9be90 commit 852ad93
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 @@ -28,12 +28,12 @@ jobs:
# More assembly might be required: Docker logins, GPG, etc.
# It all depends on your needs.
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
# 'latest', 'nightly', or a semver
version: "~> v1"
version: "~> v2"
workDir: "findIndexImage"
args: release --clean
env:
Expand Down

0 comments on commit 852ad93

Please sign in to comment.