Skip to content

Commit

Permalink
Makefile: fix publish-sbom-% target
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <[email protected]>
  • Loading branch information
krancour committed Mar 29, 2022
1 parent 587b4cb commit 343be7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ generate-sbom-%:
--file ./artifacts/brigade-slack-gateway-$*-$(VERSION)-SBOM.json

.PHONY: publish-sbom-%
publish-sbom-%: generate-sbom-$*
publish-sbom-%: generate-sbom-%
ghr \
-u $(GITHUB_ORG) \
-r $(GITHUB_REPO) \
Expand Down

0 comments on commit 343be7e

Please sign in to comment.