Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 17d1d88

Browse files
Update build.yml
1 parent 648a213 commit 17d1d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555

5656
- name: Tag on Dist Branch
5757
run: |
58-
git tag v$(jq ".version |= sub(\"^(?<a>\\\\d+\\\\.\\\\d+\\\\.\\\\d+)(-.*)?$\"; \"\(.a)-mi.$(git log --oneline | wc -l)+$(git rev-parse --short HEAD)\") | .version" package.json)
58+
git tag $(jq -r ".version |= sub(\"^(?<a>\\\\d+\\\\.\\\\d+\\\\.\\\\d+)(-.*)?$\"; \"\(.a)-mi.$(git log --oneline | wc -l)+$(git rev-parse --short HEAD)\") | .version" package.json)
5959
git push origin wf-dist --tags

0 commit comments

Comments
 (0)