Skip to content

Commit 6ee59f9

Browse files
committed
fix: publishing
1 parent a183a1e commit 6ee59f9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build": "bun run --filter \"@opencode-plugins/*\" build",
8-
"release": "lerna publish from-git --no-commit-hooks --conventional-commits --create-release github --yes"
8+
"release": "lerna publish --no-commit-hooks --conventional-commits --create-release github --yes"
99
},
1010
"workspaces": [
1111
"plugins/*"

plugins/caffeinate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@opencode-plugins/caffeinate",
4-
"version": "1.0.1",
4+
"version": "1.0.0",
55
"author": "Jan Biasi (https://github.com/janbiasi)",
66
"description": "Prevent your system from sleeping during agentic workflows.",
77
"publishConfig": {

plugins/env-protection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@opencode-plugins/env-protection",
4-
"version": "1.0.1",
4+
"version": "1.0.0",
55
"author": "Jan Biasi (https://github.com/janbiasi)",
66
"description": "Prevent opencode to read any .env file",
77
"publishConfig": {

0 commit comments

Comments
 (0)