From 561e5b443ed8e2040301917e11297a92bd5f3dcd Mon Sep 17 00:00:00 2001 From: Tyler Date: Wed, 22 May 2019 00:11:08 -0400 Subject: [PATCH] [ci skip] Update name to include v --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 67e080c..ae2796b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,7 +33,7 @@ steps: commands: - apk add --update curl - export VERSION=`cat /tmp/build/version.txt` - - curl -F "server=https://git.meow.tf" -F "token=$TOKEN" -F "repo=$DRONE_REPO" -F "name=$VERSION" -F "tag_name=v$VERSION" -F "commit=$DRONE_COMMIT" -F "assets[]=@/tmp/build/tf.meow.remote.streamDeckPlugin" https://api.meow.tf/gitea/release/publish + - curl -F "server=https://git.meow.tf" -F "token=$TOKEN" -F "repo=$DRONE_REPO" -F "name=v$VERSION" -F "tag_name=v$VERSION" -F "commit=$DRONE_COMMIT" -F "assets[]=@/tmp/build/tf.meow.remote.streamDeckPlugin" https://api.meow.tf/gitea/release/publish volumes: - name: cache temp: {} \ No newline at end of file