fix(ci): ensure go mod tidy is run before clustertool release pipeline
This commit is contained in:
@@ -23,6 +23,10 @@ jobs:
|
|||||||
**/go.sum
|
**/go.sum
|
||||||
# - name: Install Syft
|
# - name: Install Syft
|
||||||
# run: sudo curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
|
# run: sudo curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
|
||||||
|
- run: |
|
||||||
|
cd ./clustertool
|
||||||
|
go mod tidy
|
||||||
|
cd ..
|
||||||
- uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
|
- uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
|
||||||
with:
|
with:
|
||||||
args: release --clean
|
args: release --clean
|
||||||
|
|||||||
Reference in New Issue
Block a user