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 <[email protected]>
  • Loading branch information
sr229 authored Oct 10, 2024
1 parent 754e011 commit 1f5d8f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 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 @@ -17,12 +17,14 @@ jobs:
- uses: actions/[email protected]
- 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
- run: pnpm install
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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 1f5d8f8

Please sign in to comment.