Skip to content

Commit 652afdb

Browse files
committed
Add --provenance flag for OIDC publishing, add MIT license to package.json
1 parent 32a9b55 commit 652afdb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Build and publish
3434
if: steps.check.outputs.published == 'false'
35-
run: npm run build && npm publish --access public
35+
run: npm run build && npm publish --access public --provenance
3636

3737
- name: Ensure git tag exists
3838
if: steps.check.outputs.published == 'false'

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
"homepage": "https://pathfinder.copilotkit.dev",
1111
"keywords": ["mcp", "ai", "agents", "documentation", "search", "rag", "embeddings", "copilotkit"],
12+
"license": "MIT",
1213
"main": "dist/index.js",
1314
"bin": {
1415
"pathfinder": "dist/cli.js"

0 commit comments

Comments
 (0)