Skip to content

Commit

Permalink
chore: upgrade release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nadilas committed Mar 27, 2024
1 parent fe33bea commit a1b7d97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Generate a changelog
uses: orhun/git-cliff-action@v1
uses: orhun/git-cliff-action@v3
id: git-cliff
with:
config: cliff.toml
Expand All @@ -49,12 +49,12 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: 1.21
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v5
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
Expand Down

0 comments on commit a1b7d97

Please sign in to comment.