Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1#!/usr/bin/env bash 2 3preview="" 4if [[ "$GITHUB_REF_NAME" == *"-pre" ]]; then 5 preview="-p" 6fi 7 8gh release create -t "$GITHUB_REF_NAME" -d "$GITHUB_REF_NAME" -F "$1" $preview