Skip to content

Commit

Permalink
test rc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Apr 12, 2024
1 parent b88e2c8 commit f773f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
env:
TOOLS_PATH: "/opt/tools/bin"
VERSION: 100.0.100
VERSION: 100.0.100-rc1
# VERSION: ${{ github.event.inputs.version }}
# version in format "X.Y" which is going to be updated with each patch release
FLOATING_TAG: ''
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
fi
git checkout $BRANCH_NAME
yq e '.Fast.Bundles += [{"Image": "docker.io/perconalab/everest-operator-bundle:" + $VERSION }]' catalog/everest-operator/veneer.yaml
yq e -i '.Fast.Bundles += [{"Image": "docker.io/perconalab/everest-operator-bundle:" + $VERSION }]' catalog/everest-operator/veneer.yaml
git config --global user.email "[email protected]"
git config --global user.name "Everest RC CI triggered by ${{ github.actor }}"
Expand Down

0 comments on commit f773f18

Please sign in to comment.