Skip to content

Commit 1b849ca

Browse files
Bump goreleaser/goreleaser-action from 2 to 4
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 4. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v2...v4) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e4df00 commit 1b849ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Run goreleaser in release mode
3434
if: success() && startsWith(github.ref, 'refs/tags/v')
35-
uses: goreleaser/goreleaser-action@v2
35+
uses: goreleaser/goreleaser-action@v4
3636
with:
3737
version: latest
3838
args: release --rm-dist

0 commit comments

Comments
 (0)