Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 24fbc95

Browse files
Bump goreleaser/goreleaser-action from 3.0.0 to 3.1.0
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b109e9e commit 24fbc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
4343
PASSPHRASE: ${{ secrets.PASSPHRASE }}
4444
- name: Run GoReleaser
45-
uses: goreleaser/goreleaser-action@v3.0.0
45+
uses: goreleaser/goreleaser-action@v3.1.0
4646
with:
4747
args: release --rm-dist
4848
env:

0 commit comments

Comments
 (0)