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"