We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b140ad3 commit c0a844dCopy full SHA for c0a844d
.travis.yml
@@ -17,7 +17,7 @@ deploy:
17
provider: releases
18
api-key:
19
secure: SCvJD8WFvhaK1tSpigmVvbuKlGobfAvw/cDbZE59a0dj3hNfBqb/BiWuZ6goZq33ZBT4d+fvxc3rE846VopcURtIUmtF2wxVdFmMUF5t4N4dXv+YvZ2l0KKXD+HxzI4aUYQepQJmcP/01omjD/mYQB+lRBWQHEu/E1IdyoiLU7c=
20
- file: target/package/roaring-*.crate
+ file: target/package/roaring-$TRAVIS_TAG.crate
21
skip_cleanup: true
22
on:
23
tags: true
0 commit comments