diff options
author | LASER-Yi <[email protected]> | 2021-03-31 01:20:26 +0800 |
---|---|---|
committer | LASER-Yi <[email protected]> | 2021-03-31 01:20:26 +0800 |
commit | e88c94ccd2d9a26c6562bd62c8182013155a56b4 (patch) | |
tree | 14b5e1ec98c5ec6792b049bf5e24cedd95a9dc5f /.release-it.json | |
parent | 535c32ba91b6b51d355153593faa4012e697b32d (diff) | |
download | bazarr-e88c94ccd2d9a26c6562bd62c8182013155a56b4.tar.gz bazarr-e88c94ccd2d9a26c6562bd62c8182013155a56b4.zip |
no log: Add a step to build standalone version in action and upload to asset
Diffstat (limited to '.release-it.json')
-rw-r--r-- | .release-it.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.release-it.json b/.release-it.json index 988214820..bf6dbde6c 100644 --- a/.release-it.json +++ b/.release-it.json @@ -13,6 +13,12 @@ "publish": false, "ignoreVersion": true }, + "hooks": { + "after:git:release": [ + "chmod +x .github/scripts/*", + ".github/scripts/create_asset.sh" + ] + }, "plugins": { "@release-it/bumper": { "in": { |