From 78c053ed64b9c5e628d461977458da11b6f54e1d Mon Sep 17 00:00:00 2001 From: Bray Moll Date: Tue, 11 Feb 2025 02:53:50 -0700 Subject: [PATCH] build: update semantic version to need build --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ad7279d..e2e6da3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -12,12 +12,14 @@ jobs: uses: ./.github/workflows/build.yml semantic-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