Skip to content

Commit

Permalink
Merge pull request #77 from krancour/makefile-fix
Browse files Browse the repository at this point in the history
Makefile: fix publish-sbom-% target
  • Loading branch information
krancour authored Mar 29, 2022
2 parents cbac34b + 8996d41 commit 1ce8b2a
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 @@ -149,7 +149,7 @@ generate-sbom-%:
--file ./artifacts/brigade-metrics-$*-$(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 1ce8b2a

Please sign in to comment.