diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f10ef7..da60d0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - run: npm i - run: npm test - name: npm version && npm publish - uses: bcomnes/npm-bump@v2.0.2 + uses: bcomnes/npm-bump@v2.1.0 with: git_email: bcomnes@gmail.com git_username: ${{ github.actor }}