Skip to content

Commit

Permalink
fix release naming
Browse files Browse the repository at this point in the history
  • Loading branch information
btoews committed May 2, 2019
1 parent e90cbf2 commit 7b80edd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ artifacts:

deploy:
tag: $(GIT_VERSION)
release: v$(GIT_VERSION)
description: v$(GIT_VERSION)
release: $(GIT_VERSION)
description: $(GIT_VERSION)
provider: GitHub
auth_token:
secure: sEpJVeD+tAT8soMS72SeGXEv1UVg7gG1ySy8rEfAO1T5HCaxD3jE6YoGmYOvKcbx
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:
- GO111MODULE=on go test -v ./...

deploy:
name: v$GIT_VERSION
name: $GIT_VERSION
provider: releases
skip_cleanup: true
file: smimesign-$GIT_VERSION-macos.tgz
Expand Down

0 comments on commit 7b80edd

Please sign in to comment.