Skip to content

Commit

Permalink
Merge pull request #28 from BuoyantIO/flynn/goreleaser-v2
Browse files Browse the repository at this point in the history
Specify goreleaser v2 in CI
  • Loading branch information
kflynn authored Oct 6, 2024
2 parents cadc390 + 40abc92 commit 4290b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4290b6c

Please sign in to comment.