diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8af045c..20bc87e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - run: npm i - run: npm test - - uses: bcomnes/npm-bump@v2.0.2 + - uses: bcomnes/npm-bump@v2.1.0 with: git_email: bcomnes@gmail.com git_username: ${{ github.actor }}