From 4fa33bc3c8a1b0471fc5a7c272ad55aae6f2e0a1 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Sun, 1 Oct 2023 23:27:21 -0400 Subject: [PATCH] ci: fix release workflow --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dd8b714c..5d6b4f27 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -48,7 +48,7 @@ jobs: publish: name: publish - needs: build + needs: [release, build] runs-on: ubuntu-latest env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}