diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4c1c52494..2cba77c75 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,12 +14,10 @@ jobs: release_created: ${{ steps.release.outputs.release_created }} release_tag: ${{ steps.release.outputs.tag_name }} steps: - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 id: release with: release-type: node - package-name: corepack - bump-minor-pre-major: true # TODO: remove this when releasing v1.0.0. npm-publish: needs: release-please