Skip to content

Commit

Permalink
describe should never fail
Browse files Browse the repository at this point in the history
  • Loading branch information
japesinator committed Jul 12, 2018
1 parent 36e614f commit 2a06e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/attach-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ else
tar -czf "$BUNDLE_NAME" "$REPO"
echo "SHA256:"
shasum -a 256 "$BUNDLE_NAME"
ghr -t "$GITHUB_TOKEN" -u "$OWNER" -r "$REPO" --replace "$(git describe --tags)" "$BUNDLE_NAME"
ghr -t "$GITHUB_TOKEN" -u "$OWNER" -r "$REPO" --replace "$(git describe --always)" "$BUNDLE_NAME"
fi

0 comments on commit 2a06e13

Please sign in to comment.