fix: correct release task
This commit is contained in:
2
Makefile
2
Makefile
@@ -38,7 +38,7 @@ mocks: tb.mockgen
|
||||
release: tb.semver tb.goreleaser tb.syft
|
||||
@version=$$($(TB_SEMVER)); \
|
||||
git tag -s $$version -m"Release $$version"
|
||||
PATH=$(TB_LOCALBIN):$${PATH} $$(TB_GORELEASER) --clean --parallelism 2
|
||||
PATH=$(TB_LOCALBIN):$${PATH} $(TB_GORELEASER) --clean --parallelism 2
|
||||
|
||||
test-release: tb.goreleaser tb.syft
|
||||
PATH=$(TB_LOCALBIN):$${PATH} $(TB_GORELEASER) --skip=publish --snapshot --clean --parallelism 2
|
||||
|
||||
Reference in New Issue
Block a user