From d07b7507c7323d29bef08acf98c881a1f7cd5f5f Mon Sep 17 00:00:00 2001 From: Supermanuu Date: Fri, 9 Aug 2024 13:25:46 +0200 Subject: [PATCH] fix(publish release): forgot to uncomment the `needs` definition --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 51053df..cd85dcf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: publish: runs-on: ubuntu-latest - needs: generate-release-first + # needs: generate-release-first # Not needed for now because any push to main will trigger a build env: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} # Branch to merge into main steps: