Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/update_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
ref: develop

- name: Get version
id: get_version
Expand Down Expand Up @@ -54,6 +56,7 @@ jobs:
with:
commit-message: "chore: update version.txt to ${{ env.VERSION }}"
branch: update-version-txt-${{ github.run_id }}
base: develop
title: "chore: update version to ${{ env.VERSION }}"
body: |
This PR updates version.txt to the latest release version.
Expand Down