Skip to content

Commit

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

chore(deps): bump goreleaser/goreleaser-action from 4.1.0 to 4.2.0
  • Loading branch information
smlx committed Jan 31, 2023
2 parents 6390e41 + ecd75d5 commit 58279e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yaml
Expand Up @@ -33,7 +33,7 @@ jobs:
fi
- name: Run GoReleaser
if: steps.tag.outputs.new == 'true'
uses: goreleaser/goreleaser-action@v4.1.0
uses: goreleaser/goreleaser-action@v4.2.0
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 58279e1

Please sign in to comment.