We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfa4560 + e965818 commit 22ac9f4Copy full SHA for 22ac9f4
.github/workflows/update_version.yml
@@ -17,6 +17,8 @@ jobs:
17
steps:
18
- name: Checkout repository
19
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20
+ with:
21
+ ref: develop
22
23
- name: Get version
24
id: get_version
@@ -54,6 +56,7 @@ jobs:
54
56
with:
55
57
commit-message: "chore: update version.txt to ${{ env.VERSION }}"
58
branch: update-version-txt-${{ github.run_id }}
59
+ base: develop
60
title: "chore: update version to ${{ env.VERSION }}"
61
body: |
62
This PR updates version.txt to the latest release version.
0 commit comments