Skip to content

Commit

Permalink
fix: rename build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Sójko committed Jul 5, 2022
1 parent 40c294e commit 09d8e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install Dependencies
run: yarn install --immutable

- name: Install Dependencies
- name: Build packages
run: yarn build:all

- name: Bump version
Expand Down

0 comments on commit 09d8e06

Please sign in to comment.