We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2b77f commit 9deb22aCopy full SHA for 9deb22a
2 files changed
.github/workflows/publish npm.yml
@@ -43,5 +43,8 @@ jobs:
43
echo "PACKAGE_NAME=$(node -p "require('./package.json').name")" >> $GITHUB_ENV
44
echo "PACKAGE_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
45
46
+ git add package.json
47
+ git commit -m "Bump version to ${PACKAGE_VERSION}"
48
+
49
git tag -a "${PACKAGE_NAME}@${PACKAGE_VERSION}" -m "Release ${PACKAGE_NAME} version ${PACKAGE_VERSION}"
50
git push origin "${PACKAGE_NAME}@${PACKAGE_VERSION}"
packages/plugin-test/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@alilc/lowcode-plugin-test",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "alibaba lowcode editor test plugin",
5
"files": [
6
"es",
0 commit comments