Fix the Go version string
All checks were successful
Generate and Release Protos / release (push) Successful in 28s

This commit is contained in:
2026-01-08 22:38:59 +00:00
parent fb4d7b2ed6
commit a78e749d55

View File

@@ -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"