Skip to content

Commit 2233163

Browse files
committed
fix workflow specify branch
1 parent 58d29d7 commit 2233163

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
with:
21+
ref: develop
2022

2123
- name: Get version
2224
id: get_version
@@ -54,6 +56,7 @@ jobs:
5456
with:
5557
commit-message: "chore: update version.txt to ${{ env.VERSION }}"
5658
branch: update-version-txt-${{ github.run_id }}
59+
base: develop
5760
title: "chore: update version to ${{ env.VERSION }}"
5861
body: |
5962
This PR updates version.txt to the latest release version.

0 commit comments

Comments
 (0)