From 0c92ec258ccdc26fa896357a84fa5c04030d6e3c Mon Sep 17 00:00:00 2001 From: seasnail Date: Wed, 1 Sep 2021 13:05:28 +0100 Subject: [PATCH] fix workflow --- .github/workflows/dev_build.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/dev_build.yml b/.github/workflows/dev_build.yml index 23877a4..c57e637 100644 --- a/.github/workflows/dev_build.yml +++ b/.github/workflows/dev_build.yml @@ -7,20 +7,13 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@latest - - - name: Setup JDK 16 - uses: actions/setup-java@latest + - uses: actions/checkout@v2 + - uses: actions/setup-java@v2 with: java-version: 16 distribution: adopt - - name: Build - run: | - chmod +x ./gradlew - ./gradlew build - + run: ./gradlew build - name: Release uses: marvinpinto/action-automatic-releases@latest with: