From 8e34a6614b066ee1035ad87fa96c3f91aff087a0 Mon Sep 17 00:00:00 2001 From: Julius Liu Date: Thu, 23 Feb 2023 17:02:09 -0800 Subject: [PATCH] feat. update release needs settings --- .github/workflows/rust-tag-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-tag-release.yml b/.github/workflows/rust-tag-release.yml index 1ff210d..51cce28 100644 --- a/.github/workflows/rust-tag-release.yml +++ b/.github/workflows/rust-tag-release.yml @@ -69,7 +69,7 @@ jobs: release: name: Release runs-on: ubuntu-latest - needs: [ "build_1804", "build_2004" ] + needs: [ "build_1804", "build_2004", "build_2204" ] if: startsWith(github.ref, 'refs/tags/v') steps: - name: Download Artifacts 18.04