Skip to content

Commit 978291a

Browse files
committed
fix(release): tagging
1 parent 3667b23 commit 978291a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ git add package.json libs/material-file-input/package.json
111111
git commit -m "Release version ${NEW_VERSION}"
112112

113113
echo "> Tag release version"
114-
git tag -a ${VERSION} -m "Tag version ${VERSION}"
114+
git tag -a ${NEW_VERSION} -m "Tag version ${NEW_VERSION}"
115115

116116
echo "> Publishing to npm"
117117
npm run publish:lib

0 commit comments

Comments
 (0)