Skip to content

Commit b851e70

Browse files
authored
[Action] Fix action for auto version update (#819)
1 parent 77936de commit b851e70

File tree

2 files changed

+22379
-10212
lines changed

2 files changed

+22379
-10212
lines changed

.github/workflows/spec_update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Spec Update
2-
on:
2+
on:
33
workflow_dispatch:
44
repository_dispatch:
55
types: [spec_update]
@@ -23,11 +23,11 @@ jobs:
2323
with:
2424
format: YYYY_MM_DD
2525
utcOffset: "-08:00"
26+
- name: Update SDK Version
27+
run: npm version --commit-hooks false --git-tag-version false minor
2628
- name: Install SDK
2729
run: |
2830
npm install
29-
- name: Update SDK Version
30-
run: npm version minor
3131
- name: Update Modules
3232
run: |
3333
git submodule init

0 commit comments

Comments
 (0)