Skip to content

Commit a87e18f

Browse files
committed
ci: Upgrade release-please action
1 parent 3127cde commit a87e18f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ jobs:
3737

3838
- name: Generate and process release PR
3939
id: release_please
40-
uses: google-github-actions/release-please-action@v3
40+
uses: googleapis/release-please-action@v4
4141
with:
4242
release-type: simple
43-
package-name: ${{ github.event.repository.name }}
4443

4544
- name: Publish v{major}.{minor} tag
4645
if: steps.release_please.outputs.release_created

0 commit comments

Comments
 (0)