Skip to content

Commit

Permalink
chore: generate integration info version for ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed May 31, 2022
1 parent 6d68a5f commit 788c00c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
restore-keys: nodemodules-
- name: Install Node packages
run: yarn install
- name: Generate package version for integration info
run: yarn generate:version
- name: Lint
run: yarn lint
- name: Build
Expand Down

0 comments on commit 788c00c

Please sign in to comment.