File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 if [ -n "${{ github.event.inputs.version }}" ]; then
4848 export VERSION=${{ github.event.inputs.version }}
4949 else
50- export VERSION=$(echo "$GITHUB_REF" | cut -c12 -)
50+ export VERSION=$(echo "$GITHUB_REF" | cut -c11 -)
5151 fi
5252 echo "Building Docker image with version: ${VERSION}"
5353 make docker-build VERSION=${VERSION}
7575 if [ -n "${{ github.event.inputs.version }}" ]; then
7676 export VERSION=${{ github.event.inputs.version }}
7777 else
78- export VERSION=$(echo "$GITHUB_REF" | cut -c12 -)
78+ export VERSION=$(echo "$GITHUB_REF" | cut -c11 -)
7979 fi
8080 echo "Publishing Helm chart with version: ${VERSION}"
8181 make helm-publish VERSION=${VERSION}
9797 if [ -n "${{ github.event.inputs.version }}" ]; then
9898 export VERSION=${{ github.event.inputs.version }}
9999 else
100- export VERSION=$(echo "$GITHUB_REF" | cut -c12 -)
100+ export VERSION=$(echo "$GITHUB_REF" | cut -c11 -)
101101 fi
102102 echo "Building release artifacts with version: ${VERSION}"
103103 make build-cli VERSION=${VERSION}
You can’t perform that action at this time.
0 commit comments