Skip to content

Commit

Permalink
Fix release pipeline which is caused by breaking goreleaser change (#77)
Browse files Browse the repository at this point in the history
* Update goreleaser github action

* Fix gorelease yaml file
  • Loading branch information
dineshba authored Oct 3, 2024
1 parent e1c495e commit 789555f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:

-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
version: 2
before:
hooks:
# this is just an example and not a requirement for provider building/publishing
Expand Down Expand Up @@ -84,5 +85,4 @@ release:
# If you want to manually examine the release before its live, uncomment this line:
draft: false
changelog:
skip: false
use: github

0 comments on commit 789555f

Please sign in to comment.