Skip to content

Commit 6d19b5e

Browse files
committed
--all in github action
1 parent fa4822d commit 6d19b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Yarn dependencies
3636
run: yarn install
3737
- run: yarn build
38-
- run: yarn workspaces foreach -t version ${{ github.event.inputs.version }}
38+
- run: yarn workspaces foreach --all -t version ${{ github.event.inputs.version }}
3939

4040
- id: build-changelog
4141
name: Update the changelog

0 commit comments

Comments
 (0)