We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b30bf9 + dd7fe36 commit 5e969b5Copy full SHA for 5e969b5
2 files changed
.github/workflows/publish.yml
@@ -23,6 +23,9 @@ jobs:
23
node-version: '24'
24
registry-url: 'https://registry.npmjs.org'
25
26
+ - name: Upgrade npm for trusted publishing support
27
+ run: npm install -g npm@latest
28
+
29
- name: Setup Bun
30
uses: oven-sh/setup-bun@v2
31
with:
package.json
@@ -22,6 +22,10 @@
22
"./index.ts"
]
},
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/supermemoryai/openclaw-supermemory.git"
+ },
"devDependencies": {
"esbuild": "^0.27.2",
"typescript": "^5.9.3"
0 commit comments