Skip to content

Commit

Permalink
chore: fix phony ci-release target (wagoodman#530)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Steinmetz <[email protected]>
  • Loading branch information
joschi and st3iny committed Nov 7, 2024
1 parent 5529f11 commit 2dd86f5
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 @@ -282,7 +282,7 @@ $(CHANGELOG):
release: ## Cut a new release
@.github/scripts/trigger-release.sh

.PHONY: release
.PHONY: ci-release
ci-release: ci-check clean-dist $(CHANGELOG)
$(call title,Publishing release artifacts)

Expand Down

0 comments on commit 2dd86f5

Please sign in to comment.