We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9842888 commit be7483cCopy full SHA for be7483c
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: gradle/gradle-build-action@v2
25
26
- name: Execute Gradle build
27
- run: ./gradlew build --stacktrace
+ run: ./gradlew buildPlugin --stacktrace
28
29
- name: Upload and Release
30
uses: fnkr/github-action-ghr@v1
0 commit comments