Skip to content

Commit 7c3f8dd

Browse files
committed
remove eap channel config when release
1 parent 75f7710 commit 7c3f8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
TAG: ${{ github.ref_name }}
5050

5151
- name: Deploy Release to JetBrains Plugin Repository
52-
run: ./gradlew publishPlugin -Dchannels=eap
52+
run: ./gradlew publishPlugin
5353
if: contains(github.ref,'eap') == false
5454
env: # Or as an environment variable
5555
token: ${{ secrets.JB_TOKEN }}

0 commit comments

Comments
 (0)