Skip to content

Commit 1ce8b2a

Browse files
authored
Merge pull request #77 from krancour/makefile-fix
Makefile: fix publish-sbom-% target
2 parents cbac34b + 8996d41 commit 1ce8b2a

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)