Fix building .Net package (#280)

This commit is contained in:
Fangjun Kuang
2023-08-17 10:38:42 +08:00
committed by GitHub
parent e31f9e48c2
commit 54eca59f19
2 changed files with 3 additions and 5 deletions

View File

@@ -2,15 +2,13 @@ name: release-go
on:
push:
branches:
- master
tags:
- '*'
workflow_dispatch:
inputs:
version:
description: "Version informatione.g., 1.5.3) or auto"
description: "Version informatione.g., v1.5.3) or auto"
required: true
env:
@@ -192,7 +190,7 @@ jobs:
tree .
- name: Release go
if: env.VERSION != ''
# if: env.VERSION != ''
shell: bash
run: |
./scripts/go/release.sh