Skip to content

Commit e989842

Browse files
committed
ci: update release workflow
1 parent 5ca04b2 commit e989842

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-on-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
with:
1717
distribution: 'temurin'
1818
java-version: '17'
19+
1920
- name: Setup Gradle
2021
uses: gradle/actions/setup-gradle@v3
2122

2223
- name: Publish plugin
23-
uses: gradle/gradle-build-action@v2
24-
with:
25-
arguments: |
24+
run: >
25+
./gradlew
2626
-Pversion=${{ github.event.release.tag_name }}
2727
-Pintellij.publish.token=${{ secrets.INTELLIJ_PUBLISH_TOKEN }}
2828
build publishPlugin

0 commit comments

Comments
 (0)