diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c9446d3..c4cbf5bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,11 +15,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Cancel Previous Runs + - name: Cancel previou runs uses: styfle/cancel-workflow-action@0.11.0 - with: - access_token: ${{ secrets.GITHUB_TOKEN }} - - name: Checkout Repo + - name: Checkout uses: actions/checkout@v3 - name: Set up JDK 11 uses: actions/setup-java@v3 @@ -30,6 +28,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: "latest" + - name: Build with Gradle run: ./gradlew --no-daemon build - name: Setup semantic-release