Skip to content

Commit dabec83

Browse files
committed
Merge branch 'main' of https://github.com/Box3TRC/Areact
2 parents 6b63b03 + 6d4cd72 commit dabec83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/npm-publish-github-packages.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
with:
3333
node-version: 20
3434
registry-url: https://npm.pkg.github.com/
35+
scope: "@Box3TRC"
3536
- run: npm install
36-
- run: npm run build
37-
- run: npm publish
37+
# - run: npm run build # 其实不用的……有prepublishOnly
38+
- run: npm publish --registry=https://npm.pkg.github.com/ --scope=@Box3TRC
3839
env:
3940
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)