Skip to content

Commit

Permalink
add back the v for the tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
btoews committed May 2, 2019
1 parent a3c986a commit 09a04f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ artifacts:
- path: smimesign-windows-*.zip

deploy:
tag: $(GIT_VERSION)
release: $(GIT_VERSION)
description: $(GIT_VERSION)
tag: v$(GIT_VERSION)
release: v$(GIT_VERSION)
description: v$(GIT_VERSION)
provider: GitHub
auth_token:
secure: sEpJVeD+tAT8soMS72SeGXEv1UVg7gG1ySy8rEfAO1T5HCaxD3jE6YoGmYOvKcbx
Expand Down

0 comments on commit 09a04f5

Please sign in to comment.