Skip to content

Commit a459cab

Browse files
committed
ci: pin goreleaser at last working version
1 parent 0b9398f commit a459cab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
REGISTRY: "${{ secrets.registry }}"
109109
with:
110110
distribution: goreleaser
111-
version: '~> v2'
111+
version: '2.11.2'
112112
args: ${{ env.goreleaser_args }}
113113
workdir: distributions/${{ inputs.distribution }}
114114

.github/workflows/ci-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
REGISTRY: ${{ env.REGISTRY }}
120120
with:
121121
distribution: goreleaser
122-
version: '~> v2'
122+
version: '2.11.2'
123123
args: --skip=announce,validate --clean --timeout 2h --config .goreleaser-nightly.yaml
124124
workdir: distributions/${{ matrix.distribution }}
125125
- name: Extract Docker Manifest SHA

.github/workflows/release-draft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: goreleaser/goreleaser-action@v6
2828
with:
2929
distribution: goreleaser
30-
version: '~> v2'
30+
version: '2.11.2'
3131
args: --clean --timeout 2h
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -111,6 +111,6 @@ jobs:
111111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
112112
with:
113113
distribution: goreleaser
114-
version: '~> v2'
114+
version: '2.11.2'
115115
args: --clean --skip=announce --timeout 2h
116116
workdir: distributions/${{ matrix.distribution }}

0 commit comments

Comments
 (0)