File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ jobs:
166166 # Using pnpm publish with --filter to exclude private packages
167167 pnpm --filter '@codemcp/workflows-server' publish --access public --no-git-checks
168168 pnpm --filter '@codemcp/workflows' publish --access public --no-git-checks
169+ pnpm --filter '@codemcp/workflows-opencode' publish --access public --no-git-checks
169170 pnpm --filter '@codemcp/workflows-opencode-tui' publish --access public --no-git-checks
170171 env :
171172 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " @codemcp/workflows-opencode" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 6.4 .0" ,
44 "description" : " OpenCode plugin for structured development workflows" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
77 "type" : " module" ,
88 "files" : [
99 " dist/**/*"
1010 ],
11+ "publishConfig" : {
12+ "access" : " public"
13+ },
1114 "scripts" : {
1215 "build" : " tsc -p tsconfig.build.json" ,
1316 "dev" : " tsc --watch" ,
You can’t perform that action at this time.
0 commit comments