Skip to content

Commit

Permalink
Merge pull request #1 from LinuxSuRen/dependabot-github_actions-gorel…
Browse files Browse the repository at this point in the history
…easer-goreleaser-action-v2.4.1

Bump goreleaser/goreleaser-action from v2.4.0 to v2.4.1
  • Loading branch information
LinuxSuRen committed Dec 6, 2020
2 parents ffe6f77 + eaca1a9 commit 6b92230
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 6b92230

Please sign in to comment.