Skip to content

Commit fa04ba8

Browse files
committed
fix: make release work
1 parent da9d0a3 commit fa04ba8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
- uses: oven-sh/setup-bun@v2
3838
- run: bun install --frozen-lockfile
3939
- run: bun run build
40-
- run: npm publish
40+
- run: bunx npm publish --provenance

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"repository": {
3131
"type": "git",
32-
"url": "https://github.com/omercnet/opencode-plugin-langfuse"
32+
"url": "git+https://github.com/omercnet/opencode-plugin-langfuse.git"
3333
},
3434
"publishConfig": {
3535
"access": "public"

0 commit comments

Comments
 (0)