1a06f5ba48
Also get rid of the release_url hack.
6 lines
139 B
Bash
Executable File
6 lines
139 B
Bash
Executable File
if [ ! -z "$STARCATCHER_PUBLISH_HOSTPORT" ]; then
|
|
echo ::set-output name=can_publish::yes
|
|
else
|
|
echo ::set-output name=can_publish::no
|
|
fi
|