We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e34d4e commit 067c0c8Copy full SHA for 067c0c8
1 file changed
.github/workflows/cd.yaml
@@ -120,11 +120,10 @@ jobs:
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: release/origin-dev-${{env.RELEASE_VERSION}}
124
- base: dev
+ branch: post-release/origin-${{env.RELEASE_VERSION}}
125
committer: GitHub <noreply@github.com>
126
author: ${{env.BUILD_BOT}} <${{env.BUILD_BOT}}@users.noreply.github.com>
127
- commit-message: "${{env.RELEASE_VERSION}}"
+ commit-message: "DEV ${{env.RELEASE_VERSION}}"
128
title: 'Link packages in dev after (${{env.RELEASE_VERSION}})'
129
body: |
130
## Link packages in dev after (${{env.RELEASE_VERSION}})
0 commit comments