Skip to content

Commit

Permalink
Merge pull request #164 from mashiike/dependabot/github_actions/gorel…
Browse files Browse the repository at this point in the history
…easer/goreleaser-action-4

Bump goreleaser/goreleaser-action from 1 to 4
  • Loading branch information
mashiike committed Jun 15, 2023
2 parents 01bf72b + 31b60a1 commit ac524c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagpr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
go-version: "1.20"
- name: Run GoReleaser
if: ${{ steps.tagpr.outputs.tag != '' }}
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit ac524c7

Please sign in to comment.