Skip to content

Commit d7e0bbf

Browse files
committed
fix gh release action
1 parent 50d2a02 commit d7e0bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
distribution: ${{ env.JAVA_DISTRO }}
2828

2929
- name: Build
30-
run: ./gradlew test jsonPlugin
30+
run: ./gradlew test
3131

3232
- name: Version
3333
id: vars

0 commit comments

Comments
 (0)