diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 702add2..50a3ed1 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -16,6 +16,7 @@ jobs: publish: if: ${{ github.ref_type == 'tag' }} + needs: build uses: ./.github/workflows/publish.yml secrets: inherit with: diff --git a/.github/workflows/react-utils.yml b/.github/workflows/react-utils.yml index d4fc4eb..4b6e9c6 100644 --- a/.github/workflows/react-utils.yml +++ b/.github/workflows/react-utils.yml @@ -16,6 +16,7 @@ jobs: publish: if: ${{ github.ref_type == 'tag' }} + needs: build uses: ./.github/workflows/publish.yml secrets: inherit with: diff --git a/.github/workflows/utils.yml b/.github/workflows/utils.yml index c5d5c16..26499b9 100644 --- a/.github/workflows/utils.yml +++ b/.github/workflows/utils.yml @@ -17,6 +17,7 @@ jobs: publish: if: ${{ github.ref_type == 'tag' }} + needs: build uses: ./.github/workflows/publish.yml secrets: inherit with: