Bash under set -u misparses $TAG… (the unicode ellipsis immediately after $TAG) as part of the variable name, causing 'unbound variable'. Use ${TAG} instead. This was hit when actually creating the Gitea release.
Bash under set -u misparses `$TAG…` (the unicode ellipsis immediately after $TAG) as part of the variable name, causing 'unbound variable'. Use ${TAG} instead. This was hit when actually creating the Gitea release.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bash under set -u misparses
$TAG…(the unicode ellipsis immediately after $TAG) as part of the variable name, causing 'unbound variable'. Use ${TAG} instead. This was hit when actually creating the Gitea release.