mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: use PRs for post-publish
This commit is contained in:
parent
8a0937e3f9
commit
dac3e65533
16
.github/workflows/publish.yml
vendored
16
.github/workflows/publish.yml
vendored
@ -50,10 +50,18 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
- name: Build main docs
|
- name: Build main docs
|
||||||
run: npm run doc
|
run: npm run doc
|
||||||
- name: Commit and push
|
- name: Commit
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "55107282+release-please[bot]@users.noreply.github.com"
|
git config --global user.email "55107282+release-please[bot]@users.noreply.github.com"
|
||||||
git config --global user.name "release-please[bot]"
|
git config --global user.name "release-please[bot]"
|
||||||
git add -A
|
git commit -am "chore: unfreeze version on docs"
|
||||||
git commit -m "chore: build main docs"
|
- name: Create PR
|
||||||
git push
|
uses: peter-evans/create-pull-request@v3
|
||||||
|
with:
|
||||||
|
commit-message: Build dist
|
||||||
|
author: 'release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>'
|
||||||
|
title: 'chore: unfreeze version on docs'
|
||||||
|
body: ''
|
||||||
|
labels: automated pr
|
||||||
|
branch: create-pull-request/unfreeze
|
||||||
|
delete-branch: true
|
||||||
|
Loading…
Reference in New Issue
Block a user