Skip to content

Commit 4bbcc1f

Browse files
committed
fix github workflow
1 parent 20ea485 commit 4bbcc1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
8686
yarn lerna publish ${{ steps.branch-name.outputs.tag }} --no-git-tag-version --no-git-reset --force-publish --exact --yes --registry https://registry.npmjs.org
8787
git add .
88-
git commit -m "action: release ${{ steps.branch-name.outputs.tag }}"
88+
git commit -m "build: release ${{ steps.branch-name.outputs.tag }}"
8989
git push
9090
env:
9191
CI: false
@@ -99,7 +99,7 @@ jobs:
9999
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
100100
yarn lerna publish ${{ steps.branch-name.outputs.tag }} --no-git-tag-version --no-git-reset --force-publish --exact --yes --registry https://registry.npmjs.org
101101
git add .
102-
git commit -m "action: release ${{ steps.branch-name.outputs.tag }}"
102+
git commit -m "build: release ${{ steps.branch-name.outputs.tag }}"
103103
git push
104104
env:
105105
CI: false

0 commit comments

Comments
 (0)