Skip to content

Commit

Permalink
Merge pull request #2380 from carapace-sh/goreleaser-latest
Browse files Browse the repository at this point in the history
goreleaser: switch to latest
  • Loading branch information
rsteube authored May 11, 2024
2 parents c2fa554 + b3b15ca commit aa953be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
if: startsWith(github.ref, 'refs/tags/')
with:
version: nightly # switch back to stable when #4812 is merged
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit aa953be

Please sign in to comment.