From a25adab2f5b8c8400a834bc5f544e30675c9465a Mon Sep 17 00:00:00 2001 From: Sebastian Wessel Date: Sat, 24 Feb 2024 22:46:02 +0000 Subject: [PATCH] chore: fix publish workflow --- .github/workflows/release_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_version.yml b/.github/workflows/release_version.yml index d6caaae5..7eadbba4 100644 --- a/.github/workflows/release_version.yml +++ b/.github/workflows/release_version.yml @@ -49,10 +49,10 @@ jobs: run: | npm version ${{ inputs.version }} --no-git-tag-version npm version ${{ inputs.version }} --no-git-tag-version --workspaces - scripts/commitVersion.sh git config --global user.name '${{ vars.CI_COMMIT_AUTHOR}}' git config --global user.email 'sebastianwessel@users.noreply.github.com' git config --global push.followTags true + scripts/commitVersion.sh echo New version: echo $(node -p -e "require('./package.json').version") id: bump_version