Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c292b36

Browse files
committedJun 7, 2025·
ci: fix prepare tag name
1 parent 09f32c2 commit c292b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.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)
Please sign in to comment.