Skip to content

Commit

Permalink
Merge pull request #42 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 587b4cb + 343be7e commit 6d61f70
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 6d61f70

Please sign in to comment.