Skip to content

Commit

Permalink
update version to github one
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Nov 30, 2020
1 parent a044f60 commit 2c92f03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ make_deb() {
return 0
;;
esac
version=${TRAVIS_TAG#v}
version=${GITHUB_REF/refs\/tags\//}

if [[ $TARGET = *musl* ]]; then
dpkgname=$PACKAGE_NAME-musl
conflictname=$PROJECT_NAME
Expand Down

0 comments on commit 2c92f03

Please # to comment.