fix(ci): use GITHUB_ instead of GITEA_ for env vars
Some checks failed
🚀 Lint & Test & Deploy / release (push) Has been cancelled

This commit is contained in:
2026-02-04 20:39:22 +01:00
parent 08dda2b2cb
commit 9c9f3ba3b7
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
set -eu
TAG="$GITEA_REF_NAME"
TAG="$GITHUB_REF_NAME"
VERSION=$(echo "$TAG" | sed 's/^v//')
DATE=$(date +%Y-%m-%d)