Compare commits
1 Commits
v2026-test
...
v2026-test
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
163af81f31 |
3
.github/workflows/release-docs.yml
vendored
3
.github/workflows/release-docs.yml
vendored
@@ -57,11 +57,12 @@ jobs:
|
||||
|
||||
OWNER="$(echo "$REPO" | cut -d/ -f1)"
|
||||
NAME="$(echo "$REPO" | cut -d/ -f2)"
|
||||
API="${GITEA_BASE_URL}/api/v1"
|
||||
API="${GITHUB_API_URL}"
|
||||
AUTH="Authorization: token ${GITEA_TOKEN}"
|
||||
|
||||
echo "Repo: $OWNER/$NAME"
|
||||
echo "Tag: $TAG"
|
||||
echo "API: $API"
|
||||
|
||||
# Check if release exists for this tag
|
||||
existing_release_json="$(curl -sS -H "$AUTH" \
|
||||
|
||||
Reference in New Issue
Block a user