mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-27 17:13:31 +00:00
Update release script logic
This commit is contained in:
parent
f84510d73c
commit
514f338cd1
1 changed files with 1 additions and 1 deletions
2
.github/scripts/release.sh
vendored
2
.github/scripts/release.sh
vendored
|
@ -13,7 +13,7 @@ set -e
|
|||
set -o pipefail
|
||||
|
||||
# Check the number of arguments passed.
|
||||
if [ "$#" -ne 2 ]; then
|
||||
if [ "$#" -ne 3 ]; then
|
||||
echo "Error: Invalid or insufficient arguments provided!" >&2
|
||||
echo "Usage: $0 <GITHUB_TOKEN> <WORK_DIR>" >&2
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue