diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28c65d4..b8c2a76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,6 @@ on: jobs: allinone: - needs: build runs-on: ubuntu-latest strategy: matrix: @@ -58,4 +57,4 @@ jobs: tag_name: ${{ env.version }} release_name: Release ${{ env.version }} draft: false - prerelease: false \ No newline at end of file + prerelease: false