Fix the Go version string
All checks were successful
Generate and Release Protos / release (push) Successful in 28s
All checks were successful
Generate and Release Protos / release (push) Successful in 28s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user