Skip to content

Commit

Permalink
Bump goreleaser/goreleaser-action from v2.4.0 to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 6, 2020
1 parent 3e51dd6 commit eaca1a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/[email protected]
- name: Run GoReleaser
uses: goreleaser/[email protected].0
uses: goreleaser/[email protected].1
with:
version: latest
args: check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: 1.13.x
- name: Run GoReleaser
uses: goreleaser/[email protected].0
uses: goreleaser/[email protected].1
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit eaca1a9

Please sign in to comment.