chore: restore components workflow
This commit is contained in:
8
.github/workflows/version-bump.yml
vendored
8
.github/workflows/version-bump.yml
vendored
@@ -32,6 +32,14 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
|
- name: Compile Components
|
||||||
|
run: yarn compile:components
|
||||||
|
- name: Commit Components
|
||||||
|
run: |
|
||||||
|
node packages/components/scripts/package-components.mjs
|
||||||
|
git add .
|
||||||
|
(git commit -m 'chore(release): components') || true
|
||||||
|
|
||||||
- name: Bump Prod Version
|
- name: Bump Prod Version
|
||||||
if: ${{ github.ref == 'refs/heads/main' }}
|
if: ${{ github.ref == 'refs/heads/main' }}
|
||||||
run: yarn release:prod
|
run: yarn release:prod
|
||||||
|
|||||||
Reference in New Issue
Block a user