Skip to content

Commit

Permalink
bump-goreleaser-version (#2333)
Browse files Browse the repository at this point in the history
  • Loading branch information
enrichman committed May 25, 2023
1 parent d185a22 commit a4c6128
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-qa.yml
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: 1.11.4
version: 1.18.2
args: release --skip-announce --skip-validate --config .goreleaser-qa.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-sandbox.yml
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: 1.11.4
version: 1.18.2
args: release --rm-dist --skip-publish --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: 1.11.4
version: 1.18.2
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a4c6128

Please sign in to comment.