From a459f2ec04cb3b7a464302a73432f13232a8c092 Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Sun, 1 Dec 2024 14:57:12 -0600 Subject: [PATCH] Added proper version bumping --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: