fix changelog step in the check-licenses pipeline

This commit is contained in:
Willy Kloucek
2022-04-13 11:59:32 +02:00
parent 32213e4402
commit 8398d06875

View File

@@ -209,6 +209,7 @@ changelog: $(CALENS)
ifndef CHANGELOG_VERSION
$(error CHANGELOG_VERSION is undefined)
endif
mkdir -p ocis/dist
$(CALENS) --version $(CHANGELOG_VERSION) -o ocis/dist/CHANGELOG.md
.PHONY: l10n-push