diff --git a/.github/workflows/version-bump.yaml b/.github/workflows/version-bump.yaml index a5629db65..8e5f7042f 100644 --- a/.github/workflows/version-bump.yaml +++ b/.github/workflows/version-bump.yaml @@ -35,7 +35,7 @@ jobs: - name: Bump version id: bump-version run: | - npm version ${{ github.event.inputs.version_type }} --no-git-tag-version + npm version ${{ github.event.inputs.version_type }} --preid ${{ github.event.inputs.pre_release }} --no-git-tag-version NEW_VERSION=$(node -p "require('./package.json').version") echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_OUTPUT