1 parent da9d0a3 commit fa04ba8Copy full SHA for fa04ba8
2 files changed
.github/workflows/release-please.yml
@@ -37,4 +37,4 @@ jobs:
37
- uses: oven-sh/setup-bun@v2
38
- run: bun install --frozen-lockfile
39
- run: bun run build
40
- - run: npm publish
+ - run: bunx npm publish --provenance
package.json
@@ -29,7 +29,7 @@
29
"license": "MIT",
30
"repository": {
31
"type": "git",
32
- "url": "https://github.com/omercnet/opencode-plugin-langfuse"
+ "url": "git+https://github.com/omercnet/opencode-plugin-langfuse.git"
33
},
34
"publishConfig": {
35
"access": "public"
0 commit comments