We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea617f commit 9892e9dCopy full SHA for 9892e9d
.github/workflows/release.yml
@@ -22,4 +22,4 @@ jobs:
22
- run: yarn build
23
- run: yarn publish
24
env:
25
- NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -1,13 +1,16 @@
1
{
2
- "name": "notion-markdown-cms",
3
"version": "0.1.0",
+ "name": "@meshcloud/notion-markdown-cms",
4
"engines": {
5
"node": "^14"
6
},
7
- "main": "dist/index.js",
8
"repository": "git@github.com:meshcloud/cloudfoundation.git",
9
"author": "Johannes Rudolph <jrudolph@meshcloud.io>",
10
"license": "MIT",
+ "publishConfig": {
11
+ "registry": "https://npm.pkg.github.com/"
12
+ },
13
+ "main": "dist/index.js",
14
"files": [
15
"dist",
16
"package.json",
0 commit comments