From 11c803e43228d60ef47db3588b6d44d3e609deae Mon Sep 17 00:00:00 2001 From: Ayase Minori Date: Thu, 10 Oct 2024 04:03:04 +0000 Subject: [PATCH] set scope properly for GHPR Signed-off-by: GitHub --- .github/workflows/release.node.js.yml | 7 ++++--- scripts/postinstall.js | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.node.js.yml b/.github/workflows/release.node.js.yml index 5f2738d8..0372246b 100644 --- a/.github/workflows/release.node.js.yml +++ b/.github/workflows/release.node.js.yml @@ -3,9 +3,9 @@ name: Node.js Package -on: - push: - tags: ["**"] +on: push +# push: +# tags: ["**"] jobs: release-ghpr: @@ -18,6 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: registry-url: "https://npm.pkg.github.com" + scope: "@ClarityCafe" - uses: pnpm/action-setup@v4 with: version: 9 diff --git a/scripts/postinstall.js b/scripts/postinstall.js index 26e8c4a2..f1e89f9a 100644 --- a/scripts/postinstall.js +++ b/scripts/postinstall.js @@ -1,4 +1,4 @@ -console.log(` +console.debug(` ************************************************** * * * Thank you for using Sagiri <3! *