From 76f774fd6c0c3a00e37e57d614d31271905d5f63 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Wed, 22 Feb 2023 20:38:01 +0100 Subject: [PATCH] 0.3.0 --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c763a5e5..e6e00300 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,6 @@ on: jobs: linuxamd64build: name: build x-ui amd64 version - needs: release runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v3 @@ -47,7 +46,6 @@ jobs: prerelease: true linuxarm64build: name: build x-ui arm64 version - needs: release runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v3 @@ -88,7 +86,6 @@ jobs: prerelease: true linuxs390xbuild: name: build x-ui s390x version - needs: release runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v3