Skip to content

Commit bf46af5

Browse files
Test commit
1 parent de8d0db commit bf46af5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-version-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Create and push tag
2828
if: steps.check_version.outputs.version_changed == 'true'
2929
run: |
30-
VERSION=$(grep '^ "version":' lerna.json | sed 's/"version": "\([^"]*\)"/\1/')
30+
VERSION=$(grep '^ "version":' lerna.json | sed 's/.*"version": "\([^"]*\)".*/\1/)
3131
TAG_NAME="v$VERSION"
3232
echo "Creating tag: $TAG_NAME"
3333

0 commit comments

Comments
 (0)