Update to handle /v3 version
All checks were successful
Generate and Release Protos / release (push) Successful in 29s
All checks were successful
Generate and Release Protos / release (push) Successful in 29s
This commit is contained in:
@@ -94,7 +94,7 @@ jobs:
|
|||||||
- name: Publish Go
|
- name: Publish Go
|
||||||
run: |
|
run: |
|
||||||
VERSION="v${{ steps.get_version.outputs.VERSION }}"
|
VERSION="v${{ steps.get_version.outputs.VERSION }}"
|
||||||
MOD_NAME="git.fjla.uk/owlboard/api-schema-types"
|
MOD_NAME="git.fjla.uk/owlboard/api-schema-types/v3"
|
||||||
ZIP_ROOT="/tmp/go_upload"
|
ZIP_ROOT="/tmp/go_upload"
|
||||||
FULL_PATH="$ZIP_ROOT/$MOD_NAME@$VERSION"
|
FULL_PATH="$ZIP_ROOT/$MOD_NAME@$VERSION"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user