chore: update package and publish as restricted (#74)

Fixed package name and publish as restricted
This commit is contained in:
Turtle
2025-02-07 19:33:03 -03:00
committed by GitHub
parent 12dec5f3c6
commit e1164d4ed4
2 changed files with 3 additions and 2 deletions

View File

@@ -43,4 +43,5 @@ jobs:
run: yarn version --new-version "0.0.0-${GITHUB_SHA::8}" --no-git-tag-version
- name: Publish canary
run: npm publish --access public --tag canary
# run: npm publish --access public --tag canary
run: npm publish --access restricted --tag canary