Skip to content

Commit befe950

Browse files
Pin CI goreleaser version to v2.2.0 (#667)
Version 2.3 of goreleaser changed some of the output directory names, making the `Upload linux service packages` task failing silently, causing the `Package tests` tasks to fail at retrieving the package artifacts under test.
1 parent b07bcb3 commit befe950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
6868
with:
6969
distribution: goreleaser-pro
70-
version: latest
70+
version: v2.2.0
7171
workdir: distributions/${{ inputs.distribution }}
7272
args: --snapshot --clean --skip=sign,sbom --timeout 2h --split
7373
env:

0 commit comments

Comments
 (0)