From 9e0e9d82f405220fefc839ee8976ff5144bfbd25 Mon Sep 17 00:00:00 2001 From: woikos Date: Sat, 24 Jan 2026 08:19:23 +0100 Subject: [PATCH] Fix YAML syntax in CI workflow Remove escaped backticks that caused YAML parser error on line 232. Co-Authored-By: Claude Opus 4.5 --- .gitea/workflows/go.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/go.yml b/.gitea/workflows/go.yml index ba95619..8eb514e 100644 --- a/.gitea/workflows/go.yml +++ b/.gitea/workflows/go.yml @@ -226,7 +226,7 @@ jobs: git fetch origin "refs/tags/${VERSION}:refs/tags/${VERSION}" --force 2>/dev/null || true # Create the release body - RELEASE_BODY="## ORLY Release ${VERSION} + RELEASE_BODY='## ORLY Release '"${VERSION}"' ### Binaries Included - **orly** - Main relay binary @@ -246,9 +246,9 @@ jobs: ### Installation 1. Download the appropriate binaries for your architecture -2. Make them executable: \`chmod +x orly-*\` -3. Copy libsecp256k1 to \`/usr/local/lib/\` and run \`ldconfig\` -4. Run with: \`./orly-launcher\` (for split mode) or \`./orly\` (standalone)" +2. Make them executable: chmod +x orly-* +3. Copy libsecp256k1 to /usr/local/lib/ and run ldconfig +4. Run with: ./orly-launcher (for split mode) or ./orly (standalone)' # Create release JSON payload RELEASE_JSON=$(jq -n \