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

8
scripts/make-github-release.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Exit script if a statement returns a non-true return value.
set -o errexit
# Use the error status of the first failure, rather than that of the last item in a pipeline.
set -o pipefail
node ./scripts/github/publishRelease.js