MCPcopy Index your code
hub / github.com/easychen/github-action-server-chan / publish

Method publish

RoboFile.php:10–13  ·  view source on GitHub ↗

define public methods as commands

($m = 'publish')

Source from the content-addressed store, hash-verified

8{
9 // define public methods as commands
10 public function publish($m = 'publish')
11 {
12 $this->_exec("yarn build && yarn package && git add . && git commit -m '$m' && git push ");
13 }
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected