From a78e749d55ee2eca61643d5725b248039f54d1aa Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 8 Jan 2026 22:38:59 +0000 Subject: [PATCH] Fix the Go version string --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 2e1d410..a0f885e 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -74,7 +74,7 @@ jobs: - name: Publish Go run: | # 1. Setup variables - VERSION="${{ steps.get_version.outputs.VERSION }}" + VERSION="v${{ steps.get_version.outputs.VERSION }}" MOD_NAME="git.fjla.uk/owlboard/backend-data-contracts" # Create a temporary directory structure that matches Go proxy requirements DEST_DIR="temp_zip/$MOD_NAME@$VERSION"