Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vkaltyrin committed Apr 5, 2024
1 parent 98617ba commit 10ec66a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/update_icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
icons:
runs-on: macos-latest
environment: sdds
lerna-scope: '--scope="@salutejs/plasma-icons"'

steps:
# делаем сheckout в текущем репозитория
Expand Down Expand Up @@ -44,12 +45,16 @@ jobs:
- name: Install plasma web project deps
working-directory: ./plasma
run: npm ci

- name: Install plasma-icons
working-directory: ./plasma
run: |
npx lerna bootstrap ${{ env.lerna-scope }}
- name: Generate iOS icons
working-directory: ./plasma
run: |
npx lerna bootstrap --scope="@salutejs/plasma-icons" --ignore-scripts
npm run generate:ios --prefix="packages/plasma-icons"
npx lerna ${{ env.lerna-scope }} run generate:ios
- name: Extract current version
id: extract_version
Expand Down

0 comments on commit 10ec66a

Please sign in to comment.