Skip to content

Commit

Permalink
Merge pull request #56 from moul/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update goreleaser/goreleaser-action action to v2.9.0
  • Loading branch information
moul committed Feb 27, 2022
2 parents a54c840 + 9d5c3a6 commit bfb1539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
set -x +e
curl -i $url
- name: "Validates GO releaser config"
uses: goreleaser/goreleaser-action@v2.8.1
uses: goreleaser/goreleaser-action@v2.9.0
with:
args: check
-
Expand All @@ -55,7 +55,7 @@ jobs:
make bundle
- name: Run GoReleaser
if: steps.semantic.outputs.new-release-published == 'true'
uses: goreleaser/goreleaser-action@v2.8.1
uses: goreleaser/goreleaser-action@v2.9.0
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit bfb1539

Please sign in to comment.