We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8d0db commit bf46af5Copy full SHA for bf46af5
1 file changed
.github/workflows/create-version-tag.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Create and push tag
28
if: steps.check_version.outputs.version_changed == 'true'
29
run: |
30
- VERSION=$(grep '^ "version":' lerna.json | sed 's/"version": "\([^"]*\)"/\1/')
+ VERSION=$(grep '^ "version":' lerna.json | sed 's/.*"version": "\([^"]*\)".*/\1/)
31
TAG_NAME="v$VERSION"
32
echo "Creating tag: $TAG_NAME"
33
0 commit comments