Skip to content

Commit

Permalink
Fix ci/update-version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Perez Llamas committed Mar 10, 2019
1 parent f95ff8f commit 9de94b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -ex

VERSION=$(git describe --always --dirty=-dirty)
VERSION=${TRAVIS_TAG:-$(git describe --tags)}

sed -i '' "s/version = \"0.0.0\"/version = \"$VERSION\"/g" Cargo.toml

0 comments on commit 9de94b5

Please sign in to comment.