47
47
if [ "$ACTION" == "push" ]; then
48
48
echo "# [$target] Pushing to namespace ~${STORE_USER}, unpublished channel"
52
52
echo "# [$target] Publishing to ${CHANNEL} channel"
57
57
if [ "$ACTION" == "publish-latest" ]; then
63
63
echo "# [$target] Publishing latest unpublished revision to ${CHANNEL} channel"