Add go package upload
This commit is contained in:
parent
c88ec43fca
commit
e2ee925b98
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user