Files
claudecodeui/release.sh
simos 9cfb7e659d modified: .gitignore
new file:   release.sh
2025-10-31 09:45:35 +01:00

5 lines
136 B
Bash
Executable File

#!/bin/bash
# Load environment variables from .env
export $(grep -v '^#' .env | grep '^GITHUB_TOKEN=' | xargs)
exec npx release-it "$@"