Skip to content

Commit

Permalink
Qiuck fix for GH actions release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Apr 15, 2023
1 parent 9d34c79 commit e8d5ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e8d5ef7

Please sign in to comment.