We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4822d commit 6d19b5eCopy full SHA for 6d19b5e
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install Yarn dependencies
36
run: yarn install
37
- run: yarn build
38
- - run: yarn workspaces foreach -t version ${{ github.event.inputs.version }}
+ - run: yarn workspaces foreach --all -t version ${{ github.event.inputs.version }}
39
40
- id: build-changelog
41
name: Update the changelog
0 commit comments