fix: build script
continuous-integration/drone/tag Build is passing Details

master
Evan Chen 2021-11-24 17:44:19 +08:00
parent 735ca0ed93
commit 28a1d2abb9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ steps:
image: golang:1.17.2
commands:
- git tag $DRONE_TAG
- bash release.sh cmd/kconfig/main.go
- bash make.sh cmd/kconfig/main.go
- echo -n "latest,${DRONE_TAG#v}" > .tags
- name: gitea_release
image: plugins/gitea-release