diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 492e7b6..1d05c4a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -54,7 +54,7 @@ jobs: echo "::set-output name=bump_type::$bump_type" - name: npm version bump run: | - npm version --${{ steps.version-bump.outputs.bump_type }} + npm version ${{ steps.version-bump.outputs.bump_type }} ---no-commit-hooks --no-git-tag-version - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: