Skip to content

Commit

Permalink
upgrade go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcarle committed Jun 28, 2024
1 parent 30b40fd commit 693edb7
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 @@ -72,7 +72,7 @@ jobs:
run: echo "sha_short=$(git rev-parse --short HEAD)" >> ${GITHUB_ENV}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser-pro
version: latest
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
run: exit 1

- name: Do the release, only if all OS caches were restored
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser-pro
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1
version: 2

before:
hooks:
Expand Down

0 comments on commit 693edb7

Please sign in to comment.