Skip to content

Commit 008bdcd

Browse files
committed
ci(publish-npm): wrap build step in a group
1 parent 2e3ba37 commit 008bdcd

File tree

1 file changed

+2
-1
lines changed
  • .github/workflows/actions/publish-npm-package

1 file changed

+2
-1
lines changed

.github/workflows/actions/publish-npm-package/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ runs:
8787
env:
8888
WASM_PACK_ARGS: --release
8989
run: |
90-
echo "Build '${{ steps.prepare.outputs.package_name }}' package"
90+
echo "::group::Build '${{ steps.prepare.outputs.package_name }}' package"
9191
make build
92+
echo "::endgroup::"
9293
9394
- name: Prepare publish
9495
shell: bash

0 commit comments

Comments
 (0)