Skip to content

Commit

Permalink
Merge pull request #19 from smlx/dependabot/github_actions/goreleaser…
Browse files Browse the repository at this point in the history
…/goreleaser-action-4

chore(deps): bump goreleaser/goreleaser-action from 3 to 4
  • Loading branch information
smlx authored Dec 14, 2022
2 parents 28ede90 + 84df40a commit 131562a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fi
- name: Run GoReleaser
if: steps.tag.outputs.new == 'true'
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 131562a

Please sign in to comment.