mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 04:48:20 +02:00
fix(ci): use correct release-please-action domain after organization url was changed (#3032)
Co-authored-by: Luke Karrys <luke@lukekarrys.com>
This commit is contained in:
parent
08c91d08ad
commit
d1ed3d4dc3
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release-please.yml
vendored
6
.github/workflows/release-please.yml
vendored
|
@ -11,12 +11,12 @@ jobs:
|
|||
outputs:
|
||||
pr: ${{ steps.release.outputs.pr }}
|
||||
permissions:
|
||||
contents: write # to create release commit (google-github-actions/release-please-action)
|
||||
pull-requests: write # to create release PR (google-github-actions/release-please-action)
|
||||
contents: write # to create release commit (googleapis/release-please-action)
|
||||
pull-requests: write # to create release PR (googleapis/release-please-action)
|
||||
if: github.event_name == 'push'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: google-github-actions/release-please-action@v4
|
||||
- uses: googleapis/release-please-action@v4
|
||||
id: release
|
||||
# Standard Conventional Commits: `feat` and `fix`
|
||||
# node-gyp subdirectories: `bin`, `gyp`, `lib`, `src`, `test`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue