Commit 6331f479 authored by Ivaria's avatar Ivaria
Browse files

Explicitly pass tag name as ref (should be optional?) when creating new GitLab release

parent 7c1b357a
......@@ -2502,6 +2502,7 @@ if [ -z "$skip_upload" ]; then
_gl_payload=$( cat <<-EOF
{
"tag_name": "$tag",
"ref": "$tag",
"name": "$tag",
"description": $_gl_payload_desc",
"assets": {"links":[$gitlab_assets]}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment