Skip to content

Commit

Permalink
Merge pull request #119 from smlx/dependabot/github_actions/gorelease…
Browse files Browse the repository at this point in the history
…r/goreleaser-action-5.0.0

chore(deps): bump goreleaser/goreleaser-action from 4.6.0 to 5.0.0
  • Loading branch information
github-actions[bot] authored Sep 12, 2023
2 parents a3e61ea + f9bb8f6 commit a0bae70
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 @@ -33,7 +33,7 @@ jobs:
fi
- name: Run GoReleaser
if: steps.tag.outputs.new == 'true'
uses: goreleaser/goreleaser-action@v4.6.0
uses: goreleaser/goreleaser-action@v5.0.0
with:
version: latest
args: release --clean
Expand Down

0 comments on commit a0bae70

Please sign in to comment.