Skip to content

Commit bdcc16a

Browse files
committed
chore: fix release pipeline
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 4081a02 commit bdcc16a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,15 @@ jobs:
100100
node-version: ${{ env.NODE_ACTIVE_LTS }}
101101
- name: setup project
102102
run: |
103+
echo "::group::install project"
103104
npm install --ignore-scripts --include=optional --loglevel=silly
105+
echo "::endgroup::"
106+
echo "::group::install code-style"
104107
npm --prefix tools/code-style install --ignore-scripts --loglevel=silly
108+
echo "::endgroup::"
109+
echo "::group::install docs-gen"
110+
npm --prefix tools/docs-gen install --ignore-scripts --loglevel=silly
111+
echo "::endgroup::"
105112
# no explicit npm build. if a build is required, it should be configured as prepublish/prepublishOnly script of npm.
106113
- name: login to registries
107114
run: |

0 commit comments

Comments
 (0)