Skip to content

Commit 69f35e6

Browse files
committed
fix(patch): patch the version of the npm package after update
1 parent 99f89bb commit 69f35e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
COMMIT_MSG: |
4747
bump(version): Update server artifacts
4848
run: |
49+
npm --no-git-tag-version version patch
4950
git config user.email "actions@github"
5051
git config user.name "Github Actions"
5152
git add .

0 commit comments

Comments
 (0)