Skip to content

Commit

Permalink
Fix build system
Browse files Browse the repository at this point in the history
- Adjust until-build to (this time really) support version 211.
- Correct GitHub action to push to the correct branch
  • Loading branch information
halirutan committed Mar 11, 2021
1 parent a03b09a commit 0ea0eca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
branch: main
branch: master
github_token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
kpxPluginGroup=de.halirutan.keypromoterx
kpxPluginName=Key-Promoter-X
kpxPluginVersion=2021.1
kpxPluginVersion=2021.1.1
kpxPluginSinceBuild=203.5981.155
kpxPluginUntilBuild=203.*
kpxPluginUntilBuild=211.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions
kpxPluginVerifierIdeVersions=2020.3.2, 2021.1
platformType=IC
platformVersion=2020.3.2
platformVersion=LATEST-EAP-SNAPSHOT
platformDownloadSources=true
# Opt-out flag for bundling Kotlin standard library.
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
Expand Down

0 comments on commit 0ea0eca

Please sign in to comment.