From 2233163d5c705bbefaac939ba84365a7cb43afe9 Mon Sep 17 00:00:00 2001 From: Henrique Graca <999396+hjgraca@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:29:09 +0100 Subject: [PATCH] fix workflow specify branch --- .github/workflows/update_version.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index c41a6d6a..052b65a8 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -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 @@ -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.