Skip to content

Commit

Permalink
Fixing release branch reference on last released script
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmlp committed Jan 31, 2024
1 parent 15ac12f commit 0366be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-validation/last-released.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ALREADY_RELEASED=$ROOT_DIR/already-released
RELEASE_YAML_PATH=$ROOT_DIR/release.yaml

UPSTREAM_REMOTE=upstream
UPSTREAM_BRANCH=release-v2.7
UPSTREAM_BRANCH=release-v2.8

git fetch ${UPSTREAM_REMOTE}
mv $CHART_DIR $TO_BE_RELEASED
Expand Down

0 comments on commit 0366be3

Please sign in to comment.