From fee167fa6fe60b5c8337dd351bce69e61302d19d Mon Sep 17 00:00:00 2001 From: Bray Moll Date: Tue, 11 Feb 2025 03:00:47 -0700 Subject: [PATCH] fix: fix yaml formating --- .github/workflows/cd.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e2e6da3..d928bf7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -12,14 +12,13 @@ jobs: uses: ./.github/workflows/build.yml semantic-release: - needs: build-release: + needs: build-release if: "!contains(github.event.head_commit.message, '[skip ci]')" name: Semantic Release runs-on: ubuntu-latest permissions: contents: write - steps: - name: Checkout @@ -32,8 +31,6 @@ jobs: with: node-version: "lts/*" - - - name: Download Artifacts uses: actions/download-artifact@v4