Skip to content

Commit

Permalink
Merge pull request #55 from github/release-naming-ii
Browse files Browse the repository at this point in the history
add back the v for the tag name
  • Loading branch information
mastahyeti authored May 2, 2019
2 parents a3c986a + 09a04f5 commit a1fe9f4
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 a1fe9f4

Please sign in to comment.