Skip to content

Commit f89c985

Browse files
committed
chore: simplify ocv release automation
1 parent 97358f7 commit f89c985

3 files changed

Lines changed: 1 addition & 117 deletions

File tree

.github/workflows/homebrew-tap.yml

Lines changed: 0 additions & 116 deletions
This file was deleted.

.github/workflows/publish-ocv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
registry-url: "https://registry.npmjs.org"
8585

8686
- name: Publish npm package
87-
run: bun run packages/opencode/script/publish-vim-npm.ts
87+
run: bun run packages/opencode/script/publish-ocv-npm.ts
8888
env:
8989
OPENCODE_VERSION: ${{ inputs.version }}
9090
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
File renamed without changes.

0 commit comments

Comments
 (0)