Skip to content

Commit

Permalink
chore(deps): update goreleaser/goreleaser-action action to v3 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: sheldonhull <[email protected]>
  • Loading branch information
3 people authored Sep 12, 2022
1 parent 71f47a3 commit d58ca3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
gpg_private_key: ${{ secrets.TERRAFORM_REGISTRY_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.TERRAFORM_REGISTRY_PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.9.1
uses: goreleaser/goreleaser-action@ff11ca24a9b39f2d36796d1fbd7a4e39c182630a # renovate: tag=v3.1.0
with:
version: latest
args: release --rm-dist
Expand All @@ -52,4 +52,4 @@ jobs:
# GitHub sets this automatically
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit d58ca3b

Please sign in to comment.