Skip to content

Commit a791c08

Browse files
build(deps): bump GoogleCloudPlatform/release-please-action from 3.7.13 to 4.0.2 (#140)
1 parent 668c6d4 commit a791c08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,11 @@ jobs:
4747
if: github.repository == inputs.target-repo
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: GoogleCloudPlatform/release-please-action@v3.7.13
50+
- uses: GoogleCloudPlatform/release-please-action@v4.0.2
5151
id: release
5252
with:
5353
token: "${{ secrets.GH_TOKEN }}"
5454
release-type: "${{ inputs.release-type }}"
55-
package-name: release-please-action
5655
- uses: actions/checkout@v4
5756
if: inputs.npm-publish && steps.release.outputs.release_created
5857
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)