Skip to content

Commit 9deb22a

Browse files
committed
chore: update publish actions, add commit
1 parent 7f2b77f commit 9deb22a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish npm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@ jobs:
4343
echo "PACKAGE_NAME=$(node -p "require('./package.json').name")" >> $GITHUB_ENV
4444
echo "PACKAGE_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
4545
46+
git add package.json
47+
git commit -m "Bump version to ${PACKAGE_VERSION}"
48+
4649
git tag -a "${PACKAGE_NAME}@${PACKAGE_VERSION}" -m "Release ${PACKAGE_NAME} version ${PACKAGE_VERSION}"
4750
git push origin "${PACKAGE_NAME}@${PACKAGE_VERSION}"

packages/plugin-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-plugin-test",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "alibaba lowcode editor test plugin",
55
"files": [
66
"es",

0 commit comments

Comments
 (0)