Skip to content

Commit c8e3ea4

Browse files
authored
chore: update release-please action reference (#82)
- Changed the action reference in the release-please workflow from `google-github-actions/release-please-action@v4` to `googleapis/release-please-action@v4` for improved consistency and accuracy in the workflow configuration.
1 parent e851836 commit c8e3ea4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Run Release Please
17-
uses: google-github-actions/release-please-action@v4
17+
uses: googleapis/release-please-action@v4
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
release-type: node
21-
changelog-notes-type: github

0 commit comments

Comments
 (0)