Add go package upload

This commit is contained in:
Ryan McGuire 2024-12-16 15:59:36 -05:00
parent c88ec43fca
commit e2ee925b98

View File

@ -44,6 +44,7 @@ jobs:
- name: Generate and Upload Package to Go Registry
run: |
echo "Generating package archive for ${GO_MOD_PATH}@${{ github.ref_name }}"
go mod download --json ${GO_MOD_PATH}@${{ github.ref_name }} > package.json
if [[ $? -ne 0 ]]; then
echo "Failed to generage go package archive for ${GO_MOD_PATH}@${{ github.ref_name }}"