diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index a032d16..4dde4ed 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -17,8 +17,8 @@ jobs: release_created: ${{ steps.release.outputs.release_created }} sha: ${{ steps.release.outputs.sha }} 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: laminas-config-cloud-parameters \ No newline at end of file + target-branch: ${{ github.ref_name }}