Skip to content

Commit

Permalink
fix(Workflow): test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinsawicki committed Sep 11, 2024
1 parent dab7e21 commit 61516d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
- name: Install modules
run: npm ci

# - name: Build icons
# run: npm run build:icons
- name: Build icons
run: npm run build:icons

# - name: Lerna version
# run: lerna version --conventional-commits --no-changelog --no-push --yes
- name: Lerna version
run: lerna version --conventional-commits --no-changelog --no-push --yes

- name: Display modified files
run: |
Expand Down

0 comments on commit 61516d9

Please sign in to comment.