Skip to content

Commit

Permalink
Merge pull request #2 from jenkins-zh/dependabot-github_actions-gorel…
Browse files Browse the repository at this point in the history
…easer-goreleaser-action-v2.3.0

Bump goreleaser/goreleaser-action from v1 to v2.3.0
  • Loading branch information
LinuxSuRen authored Nov 27, 2020
2 parents 541a0b1 + 8cc9e03 commit ab2a295
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/checkout@v1
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v2.3.0
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/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v2.3.0
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit ab2a295

Please sign in to comment.