This commit is contained in:
Samuel Tulach 2020-06-25 19:02:21 +02:00
parent 308c5d28de
commit c637ae6aad
1 changed files with 6 additions and 1 deletions

View File

@ -31,4 +31,9 @@ deploy:
force_update: true
on:
branch: master
APPVEYOR_REPO_TAG: true
APPVEYOR_REPO_TAG: true
# To automatically create a release create a tag
# > git tag 0.0.9
# and push the tag to the repo
# > git push origin --tags