diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3b7fd5..5bce3bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" - name: Bump Version - run: npm version ${{ github.event.inputs.version }} ${{ github.event.inputs.version }} + run: npm version ${{ github.event.inputs.version }} - name: Publish to GitHub Packages run: npm publish --provenance --access public