diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecc4d949a41..c3dfb48ab38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: id: release uses: ./.github/actions/release with: - github_ref_name: "23.10.x" + github_ref_name: "23.04.x" jira_project_id: ${{ secrets.JIRA_PROJECT_ID }} jira_user_email: ${{ secrets.XRAY_JIRA_USER_EMAIL }} jira_api_token: ${{ secrets.XRAY_JIRA_TOKEN }}