Skip to content

Commit

Permalink
Merge pull request #17 from krzko/dependabot/github_actions/gorelease…
Browse files Browse the repository at this point in the history
…r/goreleaser-action-6

chore(deps): bump goreleaser/goreleaser-action from 5 to 6
  • Loading branch information
krzko authored Sep 30, 2024
2 parents cc5433a + 4629146 commit 5a8488b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --config .goreleaser-darwin.yaml --clean
Expand All @@ -47,7 +47,7 @@ jobs:
run: sudo apt-get -y install gcc-aarch64-linux-gnu

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --config .goreleaser-linux.yaml --clean
Expand All @@ -68,7 +68,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --config .goreleaser-windows.yaml --clean
Expand Down

0 comments on commit 5a8488b

Please sign in to comment.