Skip to content

Commit

Permalink
fix release action
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Aguilera <[email protected]>
  • Loading branch information
jagedn committed Jul 2, 2024
1 parent 22080ce commit 7bb3f4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
java-version: ${{matrix.java_version}}
architecture: x64

- name: Compile
run: ./gradlew assemble

- name: Tests
run: ./gradlew check
env:
Expand Down Expand Up @@ -66,7 +69,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: build artifacts
run: ./gradlew jsonPlugin
run: ./gradlew jsonPlugin -x test

- name: Upload artifact and release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 7bb3f4a

Please sign in to comment.