We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6097a5 commit 09bfe7bCopy full SHA for 09bfe7b
.appveyor.yml
@@ -44,7 +44,6 @@ deploy:
44
artifact: arsenic_win_x64.zip
45
force_update: true
46
on:
47
- branch: master # release from master branch only
48
appveyor_repo_tag: true # deploy on tag push only
49
50
### To deploy :
gitpush-release.sh
@@ -3,6 +3,6 @@
3
git tag v5.0
4
5
echo "Pushing Local Files To Github..."
6
-git push origin v5.0
+git push v5.0
7
8
echo "Git Push Completed!"
0 commit comments