Skip to content

Commit

Permalink
fix: upgrade cluster cd release (#4182)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev authored Sep 13, 2024
1 parent 65c5b92 commit 108e23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ jobs:
echo "EXPECTED_VERSION: $EXPECTED_VERSION"
- run: echo "VERSION=$EXPECTED_VERSION" | tee -a $GITHUB_ENV
- name: Install current stable Fluvio CLI and upgrade cluster
- name: Install current latest Fluvio CLI and upgrade cluster
run: |
~/.fvm/bin/fvm install stable
~/.fvm/bin/fvm install latest
~/.fluvio/bin/fluvio cluster upgrade --force
~/.fluvio/bin/fluvio version
Expand Down

0 comments on commit 108e23f

Please sign in to comment.