Skip to content

Commit

Permalink
Updated configuration based on: https://goreleaser.com/blog/gorelease…
Browse files Browse the repository at this point in the history
…r-v2/#github-action and update to v6
  • Loading branch information
jonasbn committed Jun 12, 2024
1 parent 1254d3f commit 6842c63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
distribution: goreleaser # or 'goreleaser-pro'
version: "~> v2" # or 'latest', 'nightly', semver
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6842c63

Please sign in to comment.