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