chore: skip PR and push to main in post-publish
This commit is contained in:
parent
7a22f95fe7
commit
d8e453b98c
12
.github/workflows/publish.yml
vendored
12
.github/workflows/publish.yml
vendored
@ -57,14 +57,4 @@ jobs:
|
||||
git config --global user.email "55107282+release-please[bot]@users.noreply.github.com"
|
||||
git config --global user.name "release-please[bot]"
|
||||
git commit -am "chore: unfreeze version on docs"
|
||||
- name: Create PR
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
token: ${{secrets.PR_PAT}}
|
||||
committer: 'release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>'
|
||||
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
|
||||
git push
|
||||
|
Loading…
Reference in New Issue
Block a user