feat: rename github action

This commit is contained in:
fengcaiwen 2023-05-31 16:27:21 +08:00
parent ce1f2e6902
commit 682b89ddb1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Build bioctl
- name: Build
run: |
git tag ${{ github.event.inputs.tag }} || true
if [ "${{ matrix.os }}" = "windows" ]; then