diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11c7b59..6510a36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - run: npm i - run: npm test - name: npm version && npm publish - uses: bcomnes/npm-bump@v2 + uses: bcomnes/npm-bump@v3 with: git_email: bcomnes@gmail.com git_username: ${{ github.actor }}