Skip to content

Commit d1ed3d4

Browse files
fix(ci): use correct release-please-action domain after organization url was changed (#3032)
Co-authored-by: Luke Karrys <luke@lukekarrys.com>
1 parent 08c91d0 commit d1ed3d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-please.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
outputs:
1212
pr: ${{ steps.release.outputs.pr }}
1313
permissions:
14-
contents: write # to create release commit (google-github-actions/release-please-action)
15-
pull-requests: write # to create release PR (google-github-actions/release-please-action)
14+
contents: write # to create release commit (googleapis/release-please-action)
15+
pull-requests: write # to create release PR (googleapis/release-please-action)
1616
if: github.event_name == 'push'
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: google-github-actions/release-please-action@v4
19+
- uses: googleapis/release-please-action@v4
2020
id: release
2121
# Standard Conventional Commits: `feat` and `fix`
2222
# node-gyp subdirectories: `bin`, `gyp`, `lib`, `src`, `test`

0 commit comments

Comments
 (0)