From 5cab29333a813922276c071c40b5e09d6d454898 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 18 Nov 2024 15:35:29 +0100 Subject: [PATCH] add yarn write:configs command to make sure to get the right version number in CI --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9085715..fda3f67 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,6 +33,7 @@ jobs: - name: Retrieve version run: | + yarn write:configs echo "Retrieved App version: $(node -p -e "require('./package.json').version")" echo "APP_VERSION=$(node -p -e "require('./package.json').version")" >> $GITHUB_OUTPUT id: version