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 2e3ba37 commit 008bdcdCopy full SHA for 008bdcd
.github/workflows/actions/publish-npm-package/action.yml
@@ -87,8 +87,9 @@ runs:
87
env:
88
WASM_PACK_ARGS: --release
89
run: |
90
- echo "Build '${{ steps.prepare.outputs.package_name }}' package"
+ echo "::group::Build '${{ steps.prepare.outputs.package_name }}' package"
91
make build
92
+ echo "::endgroup::"
93
94
- name: Prepare publish
95
shell: bash
0 commit comments