diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de6a0d8..9b74c98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - run: npm test - run: git clean -fd && git reset --hard # clean up the working directory for version step - name: Version and publush to npm - uses: bcomnes/npm-bump@v2.0.2 + uses: bcomnes/npm-bump@v2.1.0 with: git_email: 12core@littlstar.com git_username: ${{ github.actor }}