Skip to content

Commit

Permalink
fix: issue with patternhub release build (#2847)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Jul 9, 2024
1 parent 35f81d6 commit d714c7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ jobs:

build-showcase-patternhub:
uses: ./.github/workflows/01-build-patternhub.yml
needs: [build-packages]
needs: [build-packages, get-publish-version]
with:
release: ${{ needs.get-publish-version.outputs.release }}
preRelease: ${{ needs.get-publish-version.outputs.preRelease }}

test-showcase-angular:
uses: ./.github/workflows/02-e2e-showcases.yml
Expand Down

0 comments on commit d714c7e

Please sign in to comment.