Skip to content

Commit ac85b23

Browse files
fix(ci): update release-please action to v4 (#1047)
The release-please GitHub Action was failing due to the use of a deprecated action URI and an unsupported 'package-name' input. This commit updates the workflow to use the correct 'googleapis/release-please-action@v4' and removes the deprecated 'package-name' parameter to resolve the workflow error. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 047be35 commit ac85b23

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Release Please
20-
uses: google-github-actions/release-please-action@v4
20+
uses: googleapis/release-please-action@v4
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323
release-type: node
24-
package-name: hrm

0 commit comments

Comments
 (0)