Skip to content

Commit

Permalink
Add build dependency to publish jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
aldahick committed May 25, 2024
1 parent 3c7fab6 commit 9481bb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

publish:
if: ${{ github.ref_type == 'tag' }}
needs: build
uses: ./.github/workflows/publish.yml
secrets: inherit
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/react-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

publish:
if: ${{ github.ref_type == 'tag' }}
needs: build
uses: ./.github/workflows/publish.yml
secrets: inherit
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

publish:
if: ${{ github.ref_type == 'tag' }}
needs: build
uses: ./.github/workflows/publish.yml
secrets: inherit
with:
Expand Down

0 comments on commit 9481bb1

Please sign in to comment.