Skip to content

Commit

Permalink
ci(github): fix kdl-app ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Dec 3, 2024
1 parent 57ed153 commit 0dd5c90
Show file tree
Hide file tree
Showing 2 changed files with 8,019 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/releases-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
type: choice
options:
- all
- app
- kdl-app
- cleaner
- mlflow
- project-operator
Expand Down Expand Up @@ -51,10 +51,7 @@ jobs:
npm install
if [[ "${{ github.event.inputs.component }}" == "all" || -z "${{ github.event.inputs.component }}" ]]; then
for COMPONENT in $(echo ${{ env.COMPONENTS }} | tr ',' ' '); do
echo "Releasing component: $COMPONENT"
yarn workspaces run semantic-release
done
yarn workspaces run semantic-release
else
echo "Releasing component: ${{ github.event.inputs.component }}"
yarn workspace ${{ github.event.inputs.component }} run semantic-release
Expand Down
Loading

0 comments on commit 0dd5c90

Please sign in to comment.