This website requires JavaScript.
Explore
Help
Sign In
sandvich
/
opencode
Watch
1
Star
0
Fork
You've already forked opencode
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0afeaea21f
opencode
/
script
/
release
6 lines
93 B
Bash
Raw
Blame
History
#!/usr/bin/env bash
BUMP_TYPE
=
${
1
:-
patch
}
gh workflow run publish.yml -f
bump
=
"
$BUMP_TYPE
"
Reference in New Issue
View Git Blame
Copy Permalink