Skip to content

Commit 989d8ea

Browse files
authored
Add shell
1 parent afdd02b commit 989d8ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/local-build/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ runs:
2020
node-version: ${{ env.node-version }}
2121

2222
- run: npm clean-install
23+
shell: bash
2324

2425
- name: npm version ${{ needs.prepare.outputs.version }}
2526
run: |
@@ -28,10 +29,12 @@ runs:
2829
--no-git-tag-version \
2930
--no-workspaces-update \
3031
--workspaces
32+
shell: bash
3133

3234
- env:
3335
NODE_ENV: production
3436
run: npm run build
37+
shell: bash
3538

3639
- name: Pack as tarball
3740
run: |
@@ -41,6 +44,7 @@ runs:
4144
--workspace=./packages/component \
4245
--workspace=./packages/bundle \
4346
--workspace=./packages/fluent-theme
47+
shell: bash
4448

4549
# - name: Generate SBOM
4650
# # --workspace has no effect, the resulting SBOM still contains other packages in the workspace

0 commit comments

Comments
 (0)