diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 2673528..2ffc46c 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -27,6 +27,7 @@ jobs: - name: Checkout code uses: actions/checkout@v5 with: + ref: ${{ env.CURRENT_BRANCH_NAME }} fetch-depth: 0 - name: Extract version from branch