[ci skip] Update name to include v

This commit is contained in:
Tyler 2019-05-22 00:11:08 -04:00
parent d0e235c134
commit 561e5b443e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ steps:
commands: commands:
- apk add --update curl - apk add --update curl
- export VERSION=`cat /tmp/build/version.txt` - 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: volumes:
- name: cache - name: cache
temp: {} temp: {}