Skip to content

Commit 193b44c

Browse files
committed
WIP: workin on ci - canoot be tested with act locally since win x11
1 parent 1c48010 commit 193b44c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/yak-build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,9 @@ jobs:
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
shell: pwsh
64-
65-
# Get current branch name
66-
- id: get_branch
67-
run: echo "branch_name=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
68-
6964
# Create pull request
7065
- run: |
71-
gh pr create --title "ACTION_BOT: Sync version for release" --body "Sync version for release" --base ${{ env.branch_name }} --head version-sync-branch --label ACTION_BOT
66+
gh pr create --title "ACTION_BOT: Sync version for release" --body "Sync version for release" --base main --head version-sync-branch --label ACTION_BOT
7267
env:
7368
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7469
# Merge pull request

0 commit comments

Comments
 (0)