feat: rename github action
This commit is contained in:
parent
ce1f2e6902
commit
682b89ddb1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue