Add script for publishing github release
This commit is contained in:
@@ -193,12 +193,9 @@ jobs:
|
||||
steps:
|
||||
- attach_workspace:
|
||||
at: ~/alexanderzobnin
|
||||
- run:
|
||||
name: Prepare assets
|
||||
command: mv ci/packages/* ./
|
||||
- run:
|
||||
name: Publish release
|
||||
command: 'node ./.circleci/github/publishRelease.js'
|
||||
command: 'node ./scripts/github/publishRelease.js'
|
||||
no_output_timeout: 15m
|
||||
|
||||
make-release-commit:
|
||||
|
||||
Reference in New Issue
Block a user