mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 23:01:25 -03:00
fix(ci): ensure go mod tidy is run before clustertool release pipeline
This commit is contained in:
4
.github/workflows/clustertool.release.yaml
vendored
4
.github/workflows/clustertool.release.yaml
vendored
@@ -23,6 +23,10 @@ jobs:
|
||||
**/go.sum
|
||||
# - name: Install Syft
|
||||
# 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
|
||||
with:
|
||||
args: release --clean
|
||||
|
||||
Reference in New Issue
Block a user