Add script for publishing github release

This commit is contained in:
Alexander Zobnin
2022-04-19 13:26:56 +03:00
parent 639d1f84b7
commit 91ad43bdda
4 changed files with 42 additions and 18 deletions

View File

@@ -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: