Skip to content

Commit

Permalink
fix: set static value on very top
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Nov 13, 2023
1 parent 92827f3 commit 66584f9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions makefiles/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ TARGET?=
PACKAGE?=
ARTIFACT?=

# Fluvio Cloud Version used to publish pkgsets
FLUVIO_CLOUD_VERSION="0.2.15"

#### Testing only

get-version:
Expand Down Expand Up @@ -215,15 +218,15 @@ bump-fluvio-stable: VERSION=$(REPO_VERSION)
bump-fluvio-stable: bump-fluvio
export PKGSET_NAME=$(VERSION)
export FLUVIO_VERSION=$(VERSION)
export FLUVIO_CLOUD_VERSION="0.2.15"
export FLUVIO_CLOUD_VERSION=$(FLUVIO_CLOUD_VERSION)
./actions/publish-pkgset.sh

bump-fluvio-latest: CHANNEL_TAG=latest
bump-fluvio-latest: VERSION=$(subst -$(GIT_COMMIT_SHA),+$(GIT_COMMIT_SHA),$(DEV_VERSION_TAG))
bump-fluvio-latest: bump-fluvio
export PKGSET_NAME=$(VERSION)
export FLUVIO_VERSION=$(VERSION)
export FLUVIO_CLOUD_VERSION="0.2.15"
export FLUVIO_CLOUD_VERSION=$(FLUVIO_CLOUD_VERSION)
./actions/publish-pkgset.sh

update-public-installer-script-s3:
Expand Down

0 comments on commit 66584f9

Please sign in to comment.