Skip to content

Commit

Permalink
EVEREST-107-wip-pipelines-update
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Jul 12, 2024
1 parent 03cea56 commit d963d24
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 @@ -75,8 +75,11 @@ jobs:
go run . \
--veneer-file ../veneer/everest-operator-original.yaml \
--channel stable-v0 \
--new-version ${{ env.VERSION }}
--new-version ${{ env.VERSION }} \
>| ../veneer/everest-operator.yaml
echo "---------"
cp ../veneer/everest-operator.yaml ../veneer/everest-operator-original.yaml
go run . \
--veneer-file ../veneer/everest-operator-original.yaml \
--channel fast-v0 \
Expand Down

0 comments on commit d963d24

Please sign in to comment.