Skip to content

Commit 76a5d79

Browse files
committed
fix release command
Signed-off-by: Alex Goodman <[email protected]>
1 parent 08e8772 commit 76a5d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ validate-syft-release-version:
186186
.PHONY: release
187187
release: clean-dist CHANGELOG.md
188188
$(call title,Publishing release artifacts)
189-
$(RELEASE_CMD) --release-notes <(cat CHANGELOG.md)
189+
bash -c "$(RELEASE_CMD) --release-notes <(cat CHANGELOG.md)"
190190

191191
.PHONY: clean
192192
clean: clean-dist clean-snapshot ## Remove previous builds, result reports, and test cache

0 commit comments

Comments
 (0)