File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 if [ -n "${{ github.event.inputs.version }}" ]; then
3636 export VERSION=${{ github.event.inputs.version }}
3737 else
38- export VERSION=$(echo "$GITHUB_REF" | cut -c8 -)
38+ export VERSION=$(echo "$GITHUB_REF" | cut -c12 -)
3939 fi
4040 make build
4141 make push
6161 if [ -n "${{ github.event.inputs.version }}" ]; then
6262 export VERSION=${{ github.event.inputs.version }}
6363 else
64- export VERSION=$(echo "$GITHUB_REF" | cut -c8 -)
64+ export VERSION=$(echo "$GITHUB_REF" | cut -c12 -)
6565 fi
6666 make helm-publish
6767 release :
7777 if [ -n "${{ github.event.inputs.version }}" ]; then
7878 export VERSION=${{ github.event.inputs.version }}
7979 else
80- export VERSION=$(echo "$GITHUB_REF" | cut -c8 -)
80+ export VERSION=$(echo "$GITHUB_REF" | cut -c12 -)
8181 fi
8282 make build-cli
8383 - name : Release
You can’t perform that action at this time.
0 commit comments