Skip to content

Commit

Permalink
Release-pipeline create folder target
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd authored Feb 7, 2024
1 parent c5f95ab commit c74f870
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 c74f870

Please sign in to comment.