Skip to content

Commit 2e8e632

Browse files
committed
debug: without release-fork
1 parent 067c0c8 commit 2e8e632

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ jobs:
117117
- name: Create Pull Request
118118
id: cpr
119119
uses: peter-evans/create-pull-request@v3
120-
with:
121-
token: ${{ secrets.POLYWRAP_BUILD_BOT_PAT }}
122-
push-to-fork: ${{env.RELEASE_FORKS}}/${{github.event.pull_request.base.repo.name}}
123-
branch: post-release/origin-${{env.RELEASE_VERSION}}
124-
committer: GitHub <noreply@github.com>
125-
author: ${{env.BUILD_BOT}} <${{env.BUILD_BOT}}@users.noreply.github.com>
126-
commit-message: "DEV ${{env.RELEASE_VERSION}}"
127-
title: 'Link packages in dev after (${{env.RELEASE_VERSION}})'
128-
body: |
129-
## Link packages in dev after (${{env.RELEASE_VERSION}})
120+
# with:
121+
# token: ${{ secrets.POLYWRAP_BUILD_BOT_PAT }}
122+
# push-to-fork: ${{env.RELEASE_FORKS}}/${{github.event.pull_request.base.repo.name}}
123+
# branch: post-release/origin-${{env.RELEASE_VERSION}}
124+
# committer: GitHub <noreply@github.com>
125+
# author: ${{env.BUILD_BOT}} <${{env.BUILD_BOT}}@users.noreply.github.com>
126+
# commit-message: "DEV ${{env.RELEASE_VERSION}}"
127+
# title: 'Link packages in dev after (${{env.RELEASE_VERSION}})'
128+
# body: |
129+
# ## Link packages in dev after (${{env.RELEASE_VERSION}})

0 commit comments

Comments
 (0)