diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 1ce09d7..9d89c34 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -22,7 +22,7 @@ jobs: app_id: ${{ secrets.ECOSCRIPT_APP_ID }} private_key: ${{ secrets.ECOSCRIPT_APP_PRIVATE_KEY }} # This action will create a release PR when regular conventional commits are pushed to main, it'll also detect if a release PR is merged and npm publish should happen - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 id: release with: release-type: node