Skip to content

Commit 067c0c8

Browse files
committed
debug: try fix
1 parent 6e34d4e commit 067c0c8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,10 @@ jobs:
120120
with:
121121
token: ${{ secrets.POLYWRAP_BUILD_BOT_PAT }}
122122
push-to-fork: ${{env.RELEASE_FORKS}}/${{github.event.pull_request.base.repo.name}}
123-
branch: release/origin-dev-${{env.RELEASE_VERSION}}
124-
base: dev
123+
branch: post-release/origin-${{env.RELEASE_VERSION}}
125124
committer: GitHub <noreply@github.com>
126125
author: ${{env.BUILD_BOT}} <${{env.BUILD_BOT}}@users.noreply.github.com>
127-
commit-message: "${{env.RELEASE_VERSION}}"
126+
commit-message: "DEV ${{env.RELEASE_VERSION}}"
128127
title: 'Link packages in dev after (${{env.RELEASE_VERSION}})'
129128
body: |
130129
## Link packages in dev after (${{env.RELEASE_VERSION}})

0 commit comments

Comments
 (0)