Skip to content

Commit

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

chore(deps): bump goreleaser/goreleaser-action from 3.0.0 to 3.1.0
  • Loading branch information
smlx committed Aug 29, 2022
2 parents 566c1f1 + 4243511 commit 41790cd
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@v3.0.0
uses: goreleaser/goreleaser-action@v3.1.0
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 41790cd

Please sign in to comment.