From 3ac3f79ae6bf73ae8dfca97a28e1c7eaa0f77e17 Mon Sep 17 00:00:00 2001 From: Itay Dar <118370953+ItayTheDar@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:10:25 +0200 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4717296..e91ce5d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -70,6 +70,10 @@ jobs: echo "New version: $NEW_VERSION" echo "RELEASE_VERSION=$NEW_VERSION" >> $GITHUB_ENV + - name: Install build dependencies + run: | + poetry install --with build + - name: Update CHANGELOG.md run: git-changelog . -o $CHANGELOG_FILE_PATH