Skip to content

Commit c41e973

Browse files
committed
Fix publishing
1 parent e28cb8a commit c41e973

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ jobs:
6060
publish: npm run release
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

packages/logfire-cf-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://pydantic.dev"
99
},
1010
"repository": {
11-
"url": "https://github.com/pydantic/logfire-js",
11+
"url": "git+https://github.com/pydantic/logfire-js.git",
1212
"directory": "packages/logfire-cf-workers"
1313
},
1414
"sideEffects": false,

packages/logfire-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://pydantic.dev"
88
},
99
"repository": {
10-
"url": "https://github.com/pydantic/logfire-js",
10+
"url": "git+https://github.com/pydantic/logfire-js.git",
1111
"directory": "packages/logfire-node"
1212
},
1313
"sideEffects": false,

0 commit comments

Comments
 (0)