Skip to content

Commit 54ec6ac

Browse files
committed
fix publish script
1 parent 00f17eb commit 54ec6ac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@ jobs:
6262
cd ${PACKAGE_FOLDER} # Navigate to the correct package folder
6363
echo "Publishing package from ${PACKAGE_FOLDER} with version ${VERSION}"
6464
npm publish --provenance
65-
env:
66-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6765
6866
- name: Publish to JSR
6967
run: |
68+
cd ${PACKAGE_FOLDER} # Navigate to the correct package folder
7069
echo "Publishing to JSR for package ${PACKAGE_SHORT_NAME}"
7170
npx jsr publish

chuchi-legacy/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@chuchi/core",
2+
"name": "@chuchi/legacy",
33
"version": "1.0.2",
44
"exports": {
55
"./time/Date": "./src/time/Date.ts",

0 commit comments

Comments
 (0)