diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index 7d7ffce..5fd786a 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -37,6 +37,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} RELEASE_TARGET: ${{ github.sha }} PRERELEASE: true - run: ./gradlew --no-daemon build githubRelease - env: - CI: true \ No newline at end of file + run: ./gradlew --no-daemon build githubRelease -x test \ No newline at end of file