From 23350ee06b993d02bdf3f8dc08ca2f1887b4e541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kwiecin=CC=81ski?= Date: Sun, 6 Feb 2022 09:06:11 +0100 Subject: [PATCH] Remove unused step --- .github/workflows/build.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f17c3697..1e30971f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,7 +30,7 @@ jobs: - name: Setup Gradle uses: gradle/gradle-build-action@v2 - + - run: ./gradlew build -Pversion=${{ steps.get_version.outputs.version }} - uses: actions/upload-artifact@v2 @@ -39,11 +39,6 @@ jobs: path: diffuse/build/libs/diffuse-*-binary.jar if-no-files-found: error - - name: Extract release notes - id: release_notes - if: startsWith(github.ref, 'refs/tags/') - uses: ffurrer2/extract-release-notes@v1 - - name: Create Release if: startsWith(github.ref, 'refs/tags/') uses: softprops/action-gh-release@v1