Skip to content

Commit 9892e9d

Browse files
chore: use scoped package name, explicitly configure publish registry
1 parent fea617f commit 9892e9d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- run: yarn build
2323
- run: yarn publish
2424
env:
25-
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
2-
"name": "notion-markdown-cms",
32
"version": "0.1.0",
3+
"name": "@meshcloud/notion-markdown-cms",
44
"engines": {
55
"node": "^14"
66
},
7-
"main": "dist/index.js",
87
"repository": "git@github.com:meshcloud/cloudfoundation.git",
98
"author": "Johannes Rudolph <jrudolph@meshcloud.io>",
109
"license": "MIT",
10+
"publishConfig": {
11+
"registry": "https://npm.pkg.github.com/"
12+
},
13+
"main": "dist/index.js",
1114
"files": [
1215
"dist",
1316
"package.json",

0 commit comments

Comments
 (0)