Skip to content

Commit

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

chore(deps): bump goreleaser/goreleaser-action from 2.7.0 to 2.8.0
  • Loading branch information
smlx committed Oct 18, 2021
2 parents 0461156 + bbc479d commit d0bb10c
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.7.0
uses: goreleaser/goreleaser-action@v2.8.0
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit d0bb10c

Please sign in to comment.