Compare commits
6 commits
main
...
embed_defa
Author | SHA1 | Date | |
---|---|---|---|
|
0f9a8716a8 | ||
|
10f87b881d | ||
|
0de291fc87 | ||
|
b8718bb636 | ||
|
9ad508f127 | ||
|
92db9f5d13 |
1 changed files with 6 additions and 0 deletions
6
.github/scripts/release.sh
vendored
6
.github/scripts/release.sh
vendored
|
@ -13,6 +13,12 @@ set -e
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
UPSTREAM_BRANCH="main"
|
UPSTREAM_BRANCH="main"
|
||||||
|
# Check the number of arguments passed.
|
||||||
|
if [ "$#" -ne 3 ]; then
|
||||||
|
echo "Error: Invalid or insufficient arguments provided!" >&2
|
||||||
|
echo "Usage: $0 <GITHUB_TOKEN> <WORK_DIR>" >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
# Assign command line arguments to variables.
|
# Assign command line arguments to variables.
|
||||||
GIT_TOKEN=$1
|
GIT_TOKEN=$1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue