Skip to content

Commit 8996d41

Browse files
committed
Makefile: fix publish-sbom-% target
Signed-off-by: Kent Rancourt <[email protected]>
1 parent cbac34b commit 8996d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ generate-sbom-%:
149149
--file ./artifacts/brigade-metrics-$*-$(VERSION)-SBOM.json
150150

151151
.PHONY: publish-sbom-%
152-
publish-sbom-%: generate-sbom-$*
152+
publish-sbom-%: generate-sbom-%
153153
ghr \
154154
-u $(GITHUB_ORG) \
155155
-r $(GITHUB_REPO) \

0 commit comments

Comments
 (0)