Skip to content

Commit

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

chore(deps): bump goreleaser/goreleaser-action from 2.6.1 to 2.7.0
  • Loading branch information
smlx committed Jul 27, 2021
2 parents b330775 + 26e8d9a commit 960226e
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@v2.6.1
uses: goreleaser/goreleaser-action@v2.7.0
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 960226e

Please sign in to comment.