diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac3cc264..2e3eea6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - "v*.*.*" jobs: - build: + release: runs-on: ubuntu-latest steps: - name: Checkout @@ -21,7 +21,7 @@ jobs: - name: Setup Gradle and run build uses: gradle/gradle-build-action@v2.4.2 with: - arguments: build + arguments: build -x test - name: Release uses: softprops/action-gh-release@v1 with: