Skip to content

Commit

Permalink
Pin CI goreleaser version to v2.2.0 (#667)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jade-guiton-dd committed Sep 19, 2024
1 parent b07bcb3 commit befe950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base-ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
distribution: goreleaser-pro
version: latest
version: v2.2.0
workdir: distributions/${{ inputs.distribution }}
args: --snapshot --clean --skip=sign,sbom --timeout 2h --split
env:
Expand Down

0 comments on commit befe950

Please sign in to comment.