mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-21 13:13:31 +00:00
ci: make v2 publishing manual
This commit is contained in:
parent
721f9bfcff
commit
aec4b711f6
2 changed files with 1 additions and 4 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
|
@ -6,7 +6,6 @@ on:
|
|||
branches:
|
||||
- ci
|
||||
- dev
|
||||
- v2
|
||||
- beta
|
||||
- fix/npm-native-binary-install
|
||||
- snapshot-*
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
BUMP_TYPE=${1:-patch}
|
||||
|
||||
gh workflow run publish.yml -f bump="$BUMP_TYPE"
|
||||
gh workflow run publish.yml --ref v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue