Skip to content

Commit

Permalink
[Action] Fix action for auto version update (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogebrd authored Sep 30, 2021
1 parent 77936de commit b851e70
Show file tree
Hide file tree
Showing 2 changed files with 22,379 additions and 10,212 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/spec_update.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Spec Update
on:
on:
workflow_dispatch:
repository_dispatch:
types: [spec_update]
Expand All @@ -23,11 +23,11 @@ jobs:
with:
format: YYYY_MM_DD
utcOffset: "-08:00"
- name: Update SDK Version
run: npm version --commit-hooks false --git-tag-version false minor
- name: Install SDK
run: |
npm install
- name: Update SDK Version
run: npm version minor
- name: Update Modules
run: |
git submodule init
Expand Down
Loading

0 comments on commit b851e70

Please sign in to comment.