Skip to content

Commit

Permalink
Do not prefix tags (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rail Aliiev authored Jul 3, 2019
1 parent ed51b34 commit b7bc78a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tasks:
then: pull-request
else:
$if: 'tasks_for == "github-release"'
then: "v${event.release.tag_name}" # prefix the version with "v"
then: ${event.release.tag_name}
else: # push
$if: 'event.ref == "refs/heads/master"'
then: latest
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1

0 comments on commit b7bc78a

Please sign in to comment.