ci: pkg.yml tag_name

This commit is contained in:
shanmite 2021-12-02 19:40:08 +08:00
parent 66efd62d56
commit 313942adb7

View File

@ -37,4 +37,5 @@ jobs:
with: with:
file: "dist/*.zip" file: "dist/*.zip"
delete_file: "dist/*.zip" delete_file: "dist/*.zip"
tag_name: "v*.*.*"
overwrite: true overwrite: true