Skip to content

Commit

Permalink
Merge pull request #182 from KaotoIO/oscerd-patch-2
Browse files Browse the repository at this point in the history
Release-pipeline create folder target
  • Loading branch information
oscerd authored Feb 7, 2024
2 parents c5f95ab + c74f870 commit 77a215a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ jobs:
git pull --rebase upstream main
git checkout -b ${BRANCH_NAME}
mkdir -p operators/kaoto-operator/${{ github.event.inputs.operator_version }}
tar -xzf "${{ runner.temp }}/bundle-${{ github.event.inputs.operator_version }}.tgz" -C operators/kaoto-operator/${{ github.event.inputs.operator_version }}
git add operators/kaoto-operator/${{ github.event.inputs.operator_version }}
git commit -m "operator kaoto-operator (${{ github.event.inputs.operator_version }})"
Expand Down

0 comments on commit 77a215a

Please sign in to comment.