diff --git a/.drone.yml b/.drone.yml index e69eeee..e53814a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,6 @@ steps: environment: GOOS: linux GOARCH: amd64 - DRONE_TAG: ${DRONE_TAG} - name: release image: plugins/gitea-release settings: diff --git a/ci-build.sh b/ci-build.sh index 138125c..baec7c1 100755 --- a/ci-build.sh +++ b/ci-build.sh @@ -7,7 +7,7 @@ then VERSION=$DRONE_TAG elif VERSION=$DRONE_COMMIT -else +fi if [[ ! -z $DRONE_TAG && ! -z $GOOS && ! -z $GOARCH ]] then