From 142961fe8513e2c22e5b96c6ca6fcccf32d72a17 Mon Sep 17 00:00:00 2001 From: tuntoja Date: Mon, 8 Apr 2024 20:04:02 +0200 Subject: [PATCH] fix --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}