mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Quoting tag for github release
This commit is contained in:
parent
39a4a1e9bf
commit
2721bb511a
|
|
@ -73,6 +73,6 @@ script:
|
|||
done;
|
||||
fi;
|
||||
echo "Uploading package ${BOLD}${BLUE}${NAME}${TEXTRESET} to ${YELLOW}${REPO}${TEXTRESET}@${YELLOW}${TAG}${TEXTRESET}";
|
||||
github-release upload --security-token $GH_TOKEN --user ${GH_USER} --repo $REPO --tag $TAG --name "$NAME" --file "$file";
|
||||
github-release upload --security-token $GH_TOKEN --user ${GH_USER} --repo $REPO --tag "$TAG" --name "$NAME" --file "$file";
|
||||
done;
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user