We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42ee38 commit d0a64a6Copy full SHA for d0a64a6
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