Skip to content

Commit

Permalink
deploy tag
Browse files Browse the repository at this point in the history
  • Loading branch information
studyzy committed Jan 29, 2020
1 parent f2bd166 commit 1b556ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Expand Up @@ -42,6 +42,7 @@ for:
- path: imewlconverter_Windows.zip
name: WinForm
deploy:
tag: $(appveyor_repo_tag_name)
release: Release-$(appveyor_repo_tag_name)
description: 'New Release'
provider: GitHub
Expand All @@ -50,10 +51,11 @@ for:
artifact: imewlconverter_Windows.zip # upload all NuGet packages to release assets
draft: false
prerelease: false
force_update: true
on:
branch: master # release from master branch only
APPVEYOR_REPO_TAG: true # deploy on tag push only




0 comments on commit 1b556ea

Please sign in to comment.