Skip to content

Commit c292b36

Browse files
committed
ci: fix prepare tag name
1 parent 09f32c2 commit c292b36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
id: tag_name
134134
run: |
135135
VERSION="${{ steps.yq.outputs.result }}"
136-
TAG_NAME="v${VERSION}"
136+
TAG_NAME="v${VERSION%%+*}"
137137
echo "TAG_NAME=$TAG_NAME" >> "$GITHUB_OUTPUT"
138138
- name: Check tag
139139
uses: mukunku/tag-exists-action@v1.6.0

0 commit comments

Comments
 (0)