Skip to content

Commit

Permalink
set scope properly for GHPR
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
sr229 authored Oct 10, 2024
1 parent 754e011 commit 11c803e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

name: Node.js Package

on:
push:
tags: ["**"]
on: push
# push:
# tags: ["**"]

jobs:
release-ghpr:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/postinstall.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
console.log(`
console.debug(`
**************************************************
* *
* Thank you for using Sagiri <3! *
Expand Down

0 comments on commit 11c803e

Please sign in to comment.