Add script for publishing github release
This commit is contained in:
8
scripts/make-github-release.sh
Executable file
8
scripts/make-github-release.sh
Executable 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
|
||||
Reference in New Issue
Block a user