Skip to content

Commit c007223

Browse files
committed
more strings...
1 parent 0f28b2d commit c007223

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tag.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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
@@ -61,7 +61,7 @@ jobs:
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:
@@ -77,7 +77,7 @@ jobs:
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

0 commit comments

Comments
 (0)