File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -303,20 +303,20 @@ jobs:
303303 run : |
304304 # npm/scripts/build.sh was already executed by GoReleaser after_hooks.
305305 # Platform packages (npm/unirtm-*/bin/) and package.json files are ready.
306- echo " === Publishing platform sub-packages ==="
306+ echo ' === Publishing platform sub-packages ==='
307307 for pkg in npm/unirtm-*/; do
308308 pkg_name=$(node -p "require('./${pkg}package.json').name" 2>/dev/null || echo "${pkg}")
309309 echo "[publish] ${pkg_name} ..."
310310 npm publish "${pkg}" --access public --registry=https://registry.npmjs.org
311311 done
312312
313313 echo ""
314- echo " === Publishing root package ==="
315- echo " [publish] @snowdreamtech/unirtm ..."
314+ echo ' === Publishing root package ==='
315+ echo ' [publish] @snowdreamtech/unirtm ...'
316316 npm publish npm/unirtm/ --access public --registry=https://registry.npmjs.org
317317
318318 echo ""
319- echo " [done] All npm packages published successfully!"
319+ echo ' [done] All npm packages published successfully!'
320320
321321 - name : " 🛡️ Attest Build Provenance (SLSA)"
322322 if : startsWith(github.ref, 'refs/tags/')
You can’t perform that action at this time.
0 commit comments