We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f7710 commit 7c3f8ddCopy full SHA for 7c3f8dd
.github/workflows/deploy.yml
@@ -49,7 +49,7 @@ jobs:
49
TAG: ${{ github.ref_name }}
50
51
- name: Deploy Release to JetBrains Plugin Repository
52
- run: ./gradlew publishPlugin -Dchannels=eap
+ run: ./gradlew publishPlugin
53
if: contains(github.ref,'eap') == false
54
env: # Or as an environment variable
55
token: ${{ secrets.JB_TOKEN }}
0 commit comments