Skip to content

Commit 23e3e14

Browse files
committed
wip
1 parent 504176c commit 23e3e14

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,19 @@ jobs:
5353
gradle-home-cache-cleanup: true
5454
- name: Make Gradle wrapper executable
5555
run: chmod +x ./gradlew
56+
5657
- name: Print Gradle version
5758
working-directory: intellij-aicoder
5859
run: ../gradlew --version
5960

6061
- name: Publish Plugin
62+
working-directory: intellij-aicoder
6163
env:
6264
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
6365
CERTIFICATE_CHAIN: ${{ secrets.CERTIFICATE_CHAIN }}
6466
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
6567
PRIVATE_KEY_PASSWORD: ${{ secrets.PRIVATE_KEY_PASSWORD }}
6668
run: ../gradlew publishPlugin -x test
67-
working-directory: intellij-aicoder
6869

6970
- name: Upload Release Asset
7071
env:

0 commit comments

Comments
 (0)