File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7373 echo TUPLE_OPERATOR_VERSION=$(./ocm get componentversions --latest github.com/platform-mesh/tuple-operator --repo ghcr.io/platform-mesh -o json | jq -r '.items[0].component.version') >> $GITHUB_ENV
7474 echo VIRTUAL_WORKSPACES_VERSION=$(./ocm get componentversions --latest github.com/platform-mesh/virtual-workspaces --repo ghcr.io/platform-mesh -o json | jq -r '.items[0].component.version') >> $GITHUB_ENV
7575
76- PM_VERSION=$(./ocm get componentversions --latest github.com/platform-mesh/platform-mesh --repo ghcr.io/platform-mesh -o json | jq -r '.items[0].component.version')
77- PM_VERSION=${PM_VERSION:-0.0.0}
76+ # PM_VERSION=$(./ocm get componentversions --latest github.com/platform-mesh/platform-mesh --repo ghcr.io/platform-mesh -o json | jq -r '.items[0].component.version')
77+ # PM_VERSION=${PM_VERSION:-0.0.0}
78+ PM_VERSION=0.0.1
7879 IFS='.' read -r major minor patch <<< "PM_VERSION"
7980 patch=$((patch + 1))
8081 echo VERSION="$major.$minor.$patch" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments