diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 730bc55..042d016 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: run: | git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" - npm version ${{ steps.gitversion.outputs.semver }} -m "chore: Bump package version" + npm version ${{ steps.gitversion.outputs.semver }} -m "chore: Bump package version [no ci]" git push - name: Build