Skip to content

Commit

Permalink
chore: upgrade goreleaser to v1.17.2 (#2408)
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Apr 19, 2023
1 parent f435b15 commit bbadc1a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-demo.yml
Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser-pro
version: v1.16.2
version: v1.17.2
args: release --clean --skip-announce -f .goreleaser.dev.yaml
env:
VERSION: ${{ github.ref_name}}-demo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-main.yml
Expand Up @@ -85,7 +85,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
with:
distribution: goreleaser-pro
version: v1.16.2
version: v1.17.2
args: release --clean --split --nightly
env:
GOOS: ${{ matrix.GOOS }}
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
with:
distribution: goreleaser-pro
version: v1.16.2
version: v1.17.2
args: continue --merge
env:
VERSION: sha-${{ env.sha_short }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Expand Up @@ -102,7 +102,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser-pro
version: v1.16.2
version: v1.17.2
args: build --single-target --clean --snapshot
env:
VERSION: pr-${{ github.event.pull_request.number }}
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser-pro
version: v1.16.2
version: v1.17.2
args: release --clean --skip-announce --snapshot -f .goreleaser.dev.yaml
env:
VERSION: pr-${{ github.event.pull_request.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Expand Up @@ -82,7 +82,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
with:
distribution: goreleaser-pro
version: v1.16.2
version: v1.17.2
args: release --clean -f .goreleaser.rc.yaml
env:
VERSION: ${{ github.ref_name}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-version.yml
Expand Up @@ -93,7 +93,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
with:
distribution: goreleaser-pro
version: v1.16.2
version: v1.17.2
args: release --clean
env:
VERSION: ${{ github.ref_name}}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
PROJECT_ROOT=${PWD}

GORELEASER_VERSION=1.16.2-pro
GORELEASER_VERSION=1.17.2-pro
CURRENT_GORELEASER_VERSION := $(shell goreleaser --version | head -n 1 | cut -d' ' -f3-)
goreleaser-version:
ifneq "$(CURRENT_GORELEASER_VERSION)" "$(GORELEASER_VERSION)"
Expand Down

0 comments on commit bbadc1a

Please sign in to comment.