Skip to content

Commit

Permalink
chore(server): update goreleaser version (#3483)
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Dec 27, 2023
1 parent ea2e2df commit d57fa67
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.22.0
version: v1.22.1
args: release --clean --skip=announce -f .goreleaser.demo.yaml
env:
VERSION: ${{ github.ref_name}}-demo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-main.yml
Expand Up @@ -120,7 +120,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
with:
distribution: goreleaser-pro
version: v1.22.0
version: v1.22.1
args: release --clean --split --nightly
env:
GOOS: ${{ matrix.GOOS }}
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
with:
distribution: goreleaser-pro
version: v1.22.0
version: v1.22.1
args: continue --merge
env:
VERSION: sha-${{ env.sha_short }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Expand Up @@ -172,7 +172,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser-pro
version: v1.22.0
version: v1.22.1
args: release --skip=announce --snapshot -f .goreleaser.dev.yaml

- name: Move binaries to known location
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.22.0
version: v1.22.1
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.22.0
version: v1.22.1
args: release --clean
env:
VERSION: ${{ github.ref_name}}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
VERSION?=dev
TAG?=$(VERSION)
GORELEASER_VERSION=1.22.0-pro
GORELEASER_VERSION=1.22.1-pro

PROJECT_ROOT=${PWD}

Expand Down

0 comments on commit d57fa67

Please sign in to comment.