changed it
Some checks failed
/ registry_publish (push) Failing after 1m4s

This commit is contained in:
zramsay 2025-02-05 16:39:32 -05:00
parent 73b9669594
commit 594bae0353

View File

@ -5,12 +5,6 @@ set -e
# Trigger1
# Check for required positional arguments
if [ $# -ne 2 ]; then
echo "Error: Two arguments required"
echo "Usage: $0 <owner/repo> <tag>"
exit 1
fi
# Check required environment variables
if [ -z "$CERC_REGISTRY_USER_KEY" ]; then