From e8d5ef7acf4aaa7201e6e78f0a9ae2ae98785ad2 Mon Sep 17 00:00:00 2001 From: m0rkeulv Date: Sat, 15 Apr 2023 16:59:04 +0200 Subject: [PATCH] Qiuck fix for GH actions release workflow --- .github/workflows/prerelease.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prerelease.yaml b/.github/workflows/prerelease.yaml index 0682dc1e8..a1826669e 100644 --- a/.github/workflows/prerelease.yaml +++ b/.github/workflows/prerelease.yaml @@ -40,7 +40,7 @@ jobs: strategy: fail-fast: true # cancel all builds if one fails. matrix: - IDEA_VERSION: [2023.1, 2022.3.3, 2021.3.3, 2020.3.4] + IDEA_VERSION: [2022.3.3] needs: prepare runs-on: ubuntu-latest steps: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 90fef6b92..fc0d75421 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,7 +49,7 @@ jobs: strategy: fail-fast: true # cancel all builds if one fails. matrix: - IDEA_VERSION: [2023.1, 2022.3.3, 2021.3.3, 2020.3.4] + IDEA_VERSION: [2022.3.3] needs: prepare runs-on: ubuntu-latest steps: