From 273eb34ecab2d2686add18356e4b1fa5dcd913ad Mon Sep 17 00:00:00 2001 From: Le Yang Date: Sun, 5 Nov 2023 23:36:06 +0000 Subject: [PATCH] fix: working directory --- .github/workflows/versionize.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/versionize.yml b/.github/workflows/versionize.yml index d6e7e09f..ad9d1328 100644 --- a/.github/workflows/versionize.yml +++ b/.github/workflows/versionize.yml @@ -60,7 +60,7 @@ jobs: - name: Get current version id: get-version run: | - echo "version=$(versionize inspect)" >> $GITHUB_OUTPUT + echo "version=$(versionize inspect -w ${{ matrix.proj }})" >> $GITHUB_OUTPUT - name: Create release Pull Request uses: peter-evans/create-pull-request@v5 id: cpr