[ci skip] Update name to include v
This commit is contained in:
parent
d0e235c134
commit
561e5b443e
|
@ -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: {}
|
Loading…
Reference in New Issue