From 8ba00fdfcfd6b4961514b60820ab0e98ae7bdece 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 | 8 +++++--- scripts/postinstall.js | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.node.js.yml b/.github/workflows/release.node.js.yml index 5f2738d8..8918d974 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: @@ -17,7 +17,9 @@ jobs: - uses: actions/checkout@v4.2.1 - uses: actions/setup-node@v4 with: + node-version: "20.x" 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! *